Skip to content

Commit 8dc3dbc

Browse files
committed
Automated Version Bump
1 parent 53f3420 commit 8dc3dbc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
4242
"TEST_REQUIRES" => {
4343
"Test2::V0" => "1.302199"
4444
},
45-
"VERSION" => "2.000015",
45+
"VERSION" => "2.000016",
4646
"test" => {
4747
"TESTS" => "t/acceptance/*.t t/unit/*.t t/unit/Script/*.t"
4848
}

lib/App/Yath/Script.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ our @EXPORT_OK = (
2222
},
2323
);
2424

25-
our $VERSION = '2.000015';
25+
our $VERSION = '2.000016';
2626

2727
our ($SCRIPT, $MOD);
2828

lib/App/Yath/Script/V0.pm

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

55
use Getopt::Yath;
66

7-
our $VERSION = '2.000015';
7+
our $VERSION = '2.000016';
88

99
my @BEGIN_ARGS;
1010

scripts/yath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use strict;
33
use warnings;
44

5-
our $VERSION = '2.000015';
5+
our $VERSION = '2.000016';
66

77
BEGIN {
88
return if $^C;

0 commit comments

Comments
 (0)