From e5b6794ab3fdb959db378dcc6a4aba27028d7293 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Oct 2017 13:47:31 +1300 Subject: Bump version number --- t/errors.t | 2 +- t/intervals.t | 2 +- t/monitoring.t | 2 +- t/records.t | 2 +- t/words.t | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 't') diff --git a/t/errors.t b/t/errors.t index 4d769da..bd6af9f 100644 --- a/t/errors.t +++ b/t/errors.t @@ -8,7 +8,7 @@ use Test::More tests => 7; use List::Breakdown 'breakdown'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; my @t = 1 .. 3; diff --git a/t/intervals.t b/t/intervals.t index 798bd40..d018d1f 100644 --- a/t/intervals.t +++ b/t/intervals.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; ## no critic (ProhibitMagicNumbers,ProhibitLeadingZeros) my @numbers = ( 1, 32, 3718.4, 0x56, 0777, 3.14, -5, 1.2e5 ); diff --git a/t/monitoring.t b/t/monitoring.t index 92e4217..edae7ff 100644 --- a/t/monitoring.t +++ b/t/monitoring.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; my @checks = ( { diff --git a/t/records.t b/t/records.t index 36b95ef..5dbcdf7 100644 --- a/t/records.t +++ b/t/records.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; my @records = ( "NEW CUSTOMER John O''Connor\r 2017-01-01", diff --git a/t/words.t b/t/words.t index 1f3b188..1036b31 100644 --- a/t/words.t +++ b/t/words.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = '0.15'; +our $VERSION = '0.16'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3