Skip to content

Commit e6ab1e4

Browse files
committed
increment $VERSION after 0.07 release
1 parent c493463 commit e6ab1e4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Perl module CatalystX::Fastly::Role::Response:
22

3+
{{ $NEXT }}
4+
35
0.07 2024-10-12
46
- Drop Test::WWW::Mechanize::Catalyst test prereq
57
- Fix Pod lists

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
3030
"Test::More" => 0,
3131
"namespace::autoclean" => "0.29"
3232
},
33-
"VERSION" => "0.07",
33+
"VERSION" => "0.08",
3434
"test" => {
3535
"TESTS" => "t/*.t"
3636
}

lib/CatalystX/Fastly/Role/Response.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package CatalystX::Fastly::Role::Response;
22
use Moose::Role;
33
use Carp;
44

5-
our $VERSION = '0.07';
5+
our $VERSION = '0.08';
66

77
use constant _CACHE_DURATION_CONVERSION => {
88
s => 1,

0 commit comments

Comments
 (0)