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 May 8, 2016
1 parent e8f9e39 commit c117412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"utf8" => 0
},
"VERSION" => "1.68",
"VERSION" => "1.69",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Format/Strptime.pm
Expand Up @@ -3,7 +3,7 @@ package DateTime::Format::Strptime;
use strict;
use warnings;

our $VERSION = '1.68';
our $VERSION = '1.69';

use Carp qw( carp croak );
use DateTime 1.00;
Expand Down

0 comments on commit c117412

Please sign in to comment.