Skip to content

Commit 80167dc

Browse files
committed
increment $VERSION after 2.000000 release
1 parent b2f691a commit 80167dc

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,4 +1,6 @@
11
Revision history for Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection
2+
{{$NEXT}}
3+
24
2.000000 2021-03-04 22:59:36Z
35
- Added test for heredoc terminators
46
https://github.com/guillaumeaubert/Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection/pull/17

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
3737
"Test::Perl::Critic" => 0,
3838
"Test::Perl::Critic::Policy" => 0
3939
},
40-
"VERSION" => "2.000000",
40+
"VERSION" => "2.000001",
4141
"test" => {
4242
"TESTS" => "t/*.t"
4343
}

lib/Perl/Critic/Policy/ValuesAndExpressions/PreventSQLInjection.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.006001;
44
use strict;
55
use warnings;
66

7-
our $VERSION = 'v1.4.0';
7+
our $VERSION = '2.000001';
88

99
use base 'Perl::Critic::Policy';
1010

0 commit comments

Comments
 (0)