aboutsummaryrefslogtreecommitdiff
path: root/t/intervals.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:15:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:19:30 +1300
commit470e3fc1f65a2f8f2420161456af4cc8dda49787 (patch)
tree6d1867e60f03e0fb0b43829cd281138fd45c1da8 /t/intervals.t
parentUse direct defined test not -Inf/Inf (diff)
downloadList-Breakdown-470e3fc1f65a2f8f2420161456af4cc8dda49787.tar.gz (sig)
List-Breakdown-470e3fc1f65a2f8f2420161456af4cc8dda49787.zip
Bump version numberv0.17
Diffstat (limited to 't/intervals.t')
-rw-r--r--t/intervals.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/intervals.t b/t/intervals.t
index 55a36fd..889a22d 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.16';
+our $VERSION = '0.17';
## no critic (ProhibitMagicNumbers,ProhibitLeadingZeros)
my @numbers = ( 1, 32, 3718.4, 0x56, 0777, 3.14, -5, 1.2e5 );