Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 4, 2017
1 parent 9946468 commit af6adf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.96"
},
"VERSION" => "1.42",
"VERSION" => "1.43",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Exception/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use 5.008001;
use strict;
use warnings;

our $VERSION = '1.42';
our $VERSION = '1.43';

use Exception::Class::Base;
use Scalar::Util qw( blessed reftype );
Expand Down
2 changes: 1 addition & 1 deletion lib/Exception/Class/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Exception::Class::Base;
use strict;
use warnings;

our $VERSION = '1.42';
our $VERSION = '1.43';

use Class::Data::Inheritable 0.02;
use Devel::StackTrace 2.00;
Expand Down

0 comments on commit af6adf8

Please sign in to comment.