increment $VERSION after 1.017 release
Karen Etheridge [Tue, 27 Jun 2017 23:21:31 +0000 (16:21 -0700)]
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index 08806ed..2530c46 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Release history for Catalyst-Authentication-Store-Htpasswd
 
+{{$NEXT}}
+
 1.017     2017-06-27 23:20:58Z
    - modernized the tooling for 5.26 compatibility
 
index ec82bb6..0e17cf7 100644 (file)
@@ -25,7 +25,7 @@ __PACKAGE__->mk_accessors(qw/
     broken_dotnet_digest_without_query_string
 /);
 
-our $VERSION = '1.017';
+our $VERSION = '1.018';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;