summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-26 20:24:12 +0530
committerAndinus <andinus@nand.sh>2020-11-26 20:24:12 +0530
commit6ddff43b60ce10ad5e9b305ed22851ff99434927 (patch)
tree5c81270aa09c76f66f2275e19be229df14361405 /draco.pl
parenta2b888160a03211e4a89565c6a33345527ce6852 (diff)
downloaddraco-6ddff43b60ce10ad5e9b305ed22851ff99434927.tar.gz
Bump version to v0.3.2, update News section
Diffstat (limited to 'draco.pl')
-rwxr-xr-xdraco.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/draco.pl b/draco.pl
index f3770b6..37017f0 100755
--- a/draco.pl
+++ b/draco.pl
@@ -17,7 +17,7 @@ binmode(STDOUT, "encoding(UTF-8)");
 die "usage: draco [-dhv] <url>\n" unless scalar @ARGV;
 
 my $DEBUG;
-my $VERSION = "v0.3.1";
+my $VERSION = "v0.3.2";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },