Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jun 23, 2016
1 parent 26a9fe7 commit 36a2439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changes for Perl extension DateTime-Tiny

{{$NEXT}}

1.06 2016-06-23 09:43:41-04:00 America/New_York
- No changes from 1.05

1.05 2016-06-20 11:05:35-04:00 America/New_York (TRIAL RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "1.06",
"VERSION" => "1.07",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;
package DateTime::Tiny;
# ABSTRACT: A date object, with as little code as possible

our $VERSION = '1.06';
our $VERSION = '1.07';

use overload 'bool' => sub () { 1 };
use overload '""' => 'as_string';
Expand Down

0 comments on commit 36a2439

Please sign in to comment.