From b444cbe9a097450c79f0265c36076f99eab96e31 Mon Sep 17 00:00:00 2001 From: David Golden Date: Thu, 4 Oct 2018 15:44:58 -0400 Subject: [PATCH] After release: bump $VERSION and timestamp Changes --- Changes | 2 ++ Makefile.PL | 2 +- lib/MongoDBx/Queue.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index dbb75e1..891de21 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index bfcbab4..9726bfe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ my %WriteMakefileArgs = ( "Test::Deep" => 0, "Test::More" => "0.96" }, - "VERSION" => "2.000", + "VERSION" => "2.001", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/MongoDBx/Queue.pm b/lib/MongoDBx/Queue.pm index c15d86e..bc177bf 100644 --- a/lib/MongoDBx/Queue.pm +++ b/lib/MongoDBx/Queue.pm @@ -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/;