Skip to content

Commit dcbb601

Browse files
committed
increment $VERSION after 0.17 release
1 parent 1ade3b1 commit dcbb601

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Perl extension Catalyst-Action-RenderView
22

3+
{{ $NEXT }}
4+
35
0.17 2024-10-12
46
- fix Makefile.PL to work without PERL_USE_UNSAFE_INC
57
- revised packaging to use Dist::Zilla

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
2828
"IPC::Open3" => 0,
2929
"Test::More" => "0.88"
3030
},
31-
"VERSION" => "0.17",
31+
"VERSION" => "0.18",
3232
"test" => {
3333
"TESTS" => "t/*.t"
3434
}

lib/Catalyst/Action/RenderView.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Catalyst::Action::RenderView;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.17';
6+
our $VERSION = '0.18';
77

88
use base 'Catalyst::Action';
99

0 commit comments

Comments
 (0)