diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2021-07-01 12:39:31 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2021-07-01 12:39:31 +1200 |
commit | f91dfce0a38ba6b9bf0111938777d4d3b1b3adb8 (patch) | |
tree | b3dd171de04b4ba64d91f67c038f89dc2741c596 /t/records.t | |
parent | Merge branch 'hotfix/v0.25' (diff) | |
parent | Correct Changes file again (diff) | |
download | List-Breakdown-master.tar.gz List-Breakdown-master.zip |
* hotfix/v0.26:
Correct Changes file again
Diffstat (limited to 't/records.t')
-rw-r--r-- | t/records.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/records.t b/t/records.t index 5bae5a0..8f2e367 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.25'; +our $VERSION = '0.26'; my @records = ( "NEW CUSTOMER John O''Connor\r 2017-01-01", |