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 Apr 22, 2018
1 parent bc18582 commit 8b16fba
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
Expand Up @@ -2,6 +2,8 @@ Revision history for Session-Storage-Secure

{{$NEXT}}

0.011 2018-04-22 22:12:40+02:00 Europe/Oslo

[CHANGED]

- Bumped prereq on Sereal::Decoder to 4.005
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"Test::Tolerant" => 0
},
"VERSION" => "0.011",
"VERSION" => "0.012",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Session/Storage/Secure.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Session::Storage::Secure;
# ABSTRACT: Encrypted, expiring, compressed, serialized session data with integrity

our $VERSION = '0.011';
our $VERSION = '0.012';

use Carp (qw/croak/);
use Crypt::CBC ();
Expand Down

0 comments on commit 8b16fba

Please sign in to comment.