Skip to content

Commit b768086

Browse files
fix version bump incantation to keep working next time
1 parent 937ee3d commit b768086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ commit_msg = %N-%v%t%n%n%c
192192
[Git::Tag]
193193

194194
[Run::AfterRelease]
195-
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`
195+
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`
196196

197197
[Git::Commit / post-release commit]
198198
allow_dirty_match = ^lib/.*\.pm$

0 commit comments

Comments
 (0)