increment $VERSION after 1.018 release
Karen Etheridge [Wed, 28 Jun 2017 00:29:05 +0000 (17:29 -0700)]
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index a5b20b9..2e2ae8b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Release history for Catalyst-Authentication-Store-Htpasswd
 
+{{$NEXT}}
+
 1.018     2017-06-28 00:28:23Z
    - removed optional prereqs from metadata (added in 1.017)
 
index 0e17cf7..c139ee2 100644 (file)
@@ -25,7 +25,7 @@ __PACKAGE__->mk_accessors(qw/
     broken_dotnet_digest_without_query_string
 /);
 
-our $VERSION = '1.018';
+our $VERSION = '1.019';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;