Skip to content

Commit

Permalink
increment $VERSION after 0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 12, 2024
1 parent 1ade3b1 commit dcbb601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Catalyst-Action-RenderView

{{ $NEXT }}

0.17 2024-10-12
- fix Makefile.PL to work without PERL_USE_UNSAFE_INC
- revised packaging to use Dist::Zilla
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"IPC::Open3" => 0,
"Test::More" => "0.88"
},
"VERSION" => "0.17",
"VERSION" => "0.18",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Action/RenderView.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Catalyst::Action::RenderView;
use strict;
use warnings;

our $VERSION = '0.17';
our $VERSION = '0.18';

use base 'Catalyst::Action';

Expand Down

0 comments on commit dcbb601

Please sign in to comment.