From fce0b9bb99dd3393b97101a1803ef0566f2333c3 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 3 Feb 2021 14:49:06 -0800 Subject: [PATCH] version bump --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 6f46037..3262f71 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.55'; +my $VERSION = '1.56'; my %options; interpretCommandline();