Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
xdg committed Mar 9, 2017
1 parent 64185db commit 835ddf2
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
@@ -2,6 +2,8 @@ Revision history for Hash-Ordered

{{$NEXT}}

0.012 2017-03-09 11:35:00-05:00 America/New_York

- No changes from 0.011-TRIAL.

0.011 2017-03-03 22:35:34-05:00 America/New_York (TRIAL RELEASE)
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ my %WriteMakefileArgs = (
"Test::Fatal" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.012",
"VERSION" => "0.013",
"test" => {
"TESTS" => "t/*.t"
}
2 changes: 1 addition & 1 deletion lib/Hash/Ordered.pm
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ use warnings;
package Hash::Ordered;
# ABSTRACT: A fast, pure-Perl ordered hash class

our $VERSION = '0.012';
our $VERSION = '0.013';

use Carp ();

0 comments on commit 835ddf2

Please sign in to comment.