increment $VERSION after 1.006 release
Karen Etheridge [Mon, 3 Jul 2017 19:31:10 +0000 (12:31 -0700)]
Changes
lib/Catalyst/Authentication/Store/Htpasswd.pm
lib/Catalyst/Authentication/Store/Htpasswd/User.pm

diff --git a/Changes b/Changes
index ca07fc2..eb11cdd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Release history for Catalyst-Authentication-Store-Htpasswd
 
+{{$NEXT}}
+
 1.006     2017-07-03 19:30:35Z
     - pod formatting fixes (RT#102187, Christopher Hoskin)
 
index 090f6e3..c2c49aa 100644 (file)
@@ -11,7 +11,7 @@ use Authen::Htpasswd 0.13;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }
 
index 05573b1..d83c9c3 100644 (file)
@@ -8,7 +8,7 @@ use base qw/Catalyst::Authentication::User Class::Accessor::Fast/;
 use strict;
 use warnings;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/_user _store/) }