summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-24 17:39:48 +0530
committerAndinus <andinus@nand.sh>2020-11-24 17:41:45 +0530
commit88fb73aaa482c9c493d1e2998c00212ae9d80e89 (patch)
tree51e63e020196c4f4d8f664c8116c54085ba52e4c /draco.pl
parent074b18730ac4a0f5e3534f20962205ff54017759 (diff)
downloaddraco-88fb73aaa482c9c493d1e2998c00212ae9d80e89.tar.gz
Bump version to v0.3.0, add update News to README v0.3.0
Diffstat (limited to 'draco.pl')
-rwxr-xr-xdraco.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/draco.pl b/draco.pl
index 419f755..012be58 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.2";
+my $VERSION = "v0.3.0";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },
@@ -36,7 +36,7 @@ Options:
 Environment Variables:
     FETCH_ALL
         Fetch all comments. This will make multiple HTTP calls to
-        reddit. This doesn't fetch *all* the comments.
+        reddit.
 };
                    exit;
                },