aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:04:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:04:50 +1300
commita1d86cce965ca336adda2b4abde9a512f9cf479f (patch)
tree437900a33bc49dc3e8b54cc6b023da098062f4b1 /Makefile.PL
parentMerge branch 'feature/sign-releases' into develop (diff)
downloadList-Breakdown-a1d86cce965ca336adda2b4abde9a512f9cf479f.tar.gz
List-Breakdown-a1d86cce965ca336adda2b4abde9a512f9cf479f.zip
Bump version number to 0.21
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e4f1ee7..8742db5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'List::Breakdown' => {
- version => '0.20',
+ version => '0.21',
file => 'lib/List/Breakdown.pm',
},
},