From c117412804bd2a20a405a71b62ebaabed5e149b0 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 8 May 2016 09:29:16 -0500 Subject: [PATCH] Bump version after release --- Makefile.PL | 2 +- lib/DateTime/Format/Strptime.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e3d8357..26cf1c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,7 +38,7 @@ my %WriteMakefileArgs = ( "lib" => 0, "utf8" => 0 }, - "VERSION" => "1.68", + "VERSION" => "1.69", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/DateTime/Format/Strptime.pm b/lib/DateTime/Format/Strptime.pm index 6395f29..f0b11b1 100644 --- a/lib/DateTime/Format/Strptime.pm +++ b/lib/DateTime/Format/Strptime.pm @@ -3,7 +3,7 @@ package DateTime::Format::Strptime; use strict; use warnings; -our $VERSION = '1.68'; +our $VERSION = '1.69'; use Carp qw( carp croak ); use DateTime 1.00;