summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-24 15:42:51 +0530
committerAndinus <andinus@nand.sh>2020-11-24 15:42:51 +0530
commit217afcaf15f70a9c223333356867ec70728a62de (patch)
tree27da421c9e8e09dd8f28560b4fb643b6a5246553 /draco.pl
parentac04e42afd57ab34e29a2fb19017773c21793541 (diff)
downloaddraco-217afcaf15f70a9c223333356867ec70728a62de.tar.gz
Bump version to v0.2.2 v0.2.2
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 4a85384..cca6408 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.2.1";
+my $VERSION = "v0.2.2";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },