From 6f1795ff7d8c055d08253b126bfda64d335a48a9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 27 Aug 2021 10:46:28 -0700 Subject: [PATCH] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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();