summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-08-09 14:38:49 +0530
committerAndinus <andinus@nand.sh>2022-08-09 14:38:49 +0530
commit3a609871f06d9c9c948163d0a72309e5d8774372 (patch)
treefbed0c90198142b1a2ae43104bf5987e76523ec6
parent022e7cb7dd66116260378746bcdb3390aee1fb92 (diff)
downloaddraco-3a609871f06d9c9c948163d0a72309e5d8774372.tar.gz
Release v0.3.3 HEAD v0.3.3 master
-rwxr-xr-xdraco.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/draco.pl b/draco.pl
index c659942..2107eaf 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.2";
+my $VERSION = "v0.3.3";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },