version bump

This commit is contained in:
Dima Kogan 2021-07-22 17:52:32 -07:00
parent a020a38931
commit 8bc95b93ec
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.59)
* --timefmt --histogram work together
-- Dima Kogan <dkogan@debian.org> Thu, 22 Jul 2021 17:52:08 -0700
feedgnuplot (1.58)
* Added --using, --usingall

View File

@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece;
# Makefile.PL assumes this is in ''
my $VERSION = '1.58';
my $VERSION = '1.59';
my %options;
interpretCommandline();