From 77579ec26757b44558536f8877d5d4ef58a05229 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 25 Jan 2020 04:01:57 +0100 Subject: [PATCH] stable enough version 1.07 --- barcat | 2 +- t/t0001-version_--version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barcat b/barcat index e875d07..da07ea7 100755 --- a/barcat +++ b/barcat @@ -5,7 +5,7 @@ use utf8; use List::Util qw( min max sum ); use open qw( :std :utf8 ); -our $VERSION = '1.06'; +our $VERSION = '1.07'; use Getopt::Long '2.33', qw( :config gnu_getopt ); my %opt; diff --git a/t/t0001-version_--version.out b/t/t0001-version_--version.out index e177fbb..53160db 100644 --- a/t/t0001-version_--version.out +++ b/t/t0001-version_--version.out @@ -1 +1 @@ -barcat version 1.06 +barcat version 1.07 -- 2.30.0