From 88fb73aaa482c9c493d1e2998c00212ae9d80e89 Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 24 Nov 2020 17:39:48 +0530 Subject: Bump version to v0.3.0, add update News to README --- draco.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draco.pl') 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] \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; }, -- cgit 1.4.1-2-gfad0