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 Oct 4, 2018
1 parent 41e2e99 commit b444cbe
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 MongoDBx-Queue

{{$NEXT}}

2.000 2018-10-04 15:44:27-04:00 America/New_York

[INCOMPATIBLE CHANGES]

- Requires MongoDB driver version 2.0.0 and MooseX::Role::MongoDB
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"Test::Deep" => 0,
"Test::More" => "0.96"
},
"VERSION" => "2.000",
"VERSION" => "2.001",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/MongoDBx/Queue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package MongoDBx::Queue;

# ABSTRACT: A message queue implemented with MongoDB

our $VERSION = '1.003';
our $VERSION = '2.001';

use Moose 2;
use MooseX::Types::Moose qw/:all/;
Expand Down

0 comments on commit b444cbe

Please sign in to comment.