From 317d26ade65841dd4cc8d4a01e116e0d599b0221 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 14 Sep 2019 20:39:14 +0200 Subject: [PATCH] +++1.06 --- barcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcat b/barcat index 9e4d0ae..36461a1 100755 --- a/barcat +++ b/barcat @@ -6,7 +6,7 @@ use List::Util qw( min max sum ); use open qw( :std :utf8 ); use experimental qw( lexical_subs ); -our $VERSION = '1.05'; +our $VERSION = '1.06'; use Getopt::Long '2.33', qw( :config gnu_getopt ); my %opt; -- 2.30.0