summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2017-10-01 13:40:26 -0700
committerKaren Etheridge <ether@cpan.org>2017-10-01 13:40:26 -0700
commitb7680860f323a0cf3ffe5f6bdb684646e1ecac33 (patch)
tree0d0252423b2feb115432fa6a20298cd53374b6ab
parent937ee3de83ab3d282cee1b3785a22d68af71aee9 (diff)
downloaduri-b7680860f323a0cf3ffe5f6bdb684646e1ecac33.tar.gz
fix version bump incantation to keep working next time
-rw-r--r--dist.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index f0a6745..ef22e60 100644
--- a/dist.ini
+++ b/dist.ini
@@ -192,7 +192,7 @@ commit_msg = %N-%v%t%n%n%c
[Git::Tag]
[Run::AfterRelease]
-run = perl -MVersion::Next -p -i -e'BEGIN { $ENV{NEXT_VERSION} = Version::Next::next_version("1.72") } s/.VERSION = .\K1.72/$ENV{NEXT_VERSION}/;' `find lib -type f`
+run = perl -MVersion::Next -p -i -e'BEGIN { $ENV{NEXT_VERSION} = Version::Next::next_version("%v") } s/.VERSION = .\K%v/$ENV{NEXT_VERSION}/;' `find lib -type f`
[Git::Commit / post-release commit]
allow_dirty_match = ^lib/.*\.pm$