diff --git a/Changes b/Changes index d955747..ca25466 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.60) + + * Test suite fix: we have the right number of tests + + -- Dima Kogan Fri, 27 Aug 2021 10:46:18 -0700 + feedgnuplot (1.59) * --timefmt --histogram work together diff --git a/bin/feedgnuplot b/bin/feedgnuplot index bf03bb8..3123c5b 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.59'; +my $VERSION = '1.60'; my %options; interpretCommandline();