From 8bc95b93ecc1ed34529a4cee9f4e181316f1b4dc Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 22 Jul 2021 17:52:32 -0700 Subject: [PATCH] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bce8b3d..d955747 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.59) + + * --timefmt --histogram work together + + -- Dima Kogan Thu, 22 Jul 2021 17:52:08 -0700 + feedgnuplot (1.58) * Added --using, --usingall diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 4ce484d..bf03bb8 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -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();