From 81dbf7f4a7d4c1e0f41716c57360635a1365910e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 5 Sep 2019 05:16:49 +0200 Subject: [PATCH] separate project repository Commits moved out of home and cleaned for public distribution. Version bump to celebrate. --- graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph b/graph index fc659e1..501ac3c 100755 --- a/graph +++ b/graph @@ -5,7 +5,7 @@ use utf8; use List::Util qw( min max sum ); use open qw( :std :utf8 ); -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Getopt::Long '2.33', qw( :config gnu_getopt ); sub podexit { require Pod::Usage; Pod::Usage::pod2usage(-exitval => 0, @_) } -- 2.30.0