From: Karen Etheridge Date: Tue, 27 Jun 2017 23:21:31 +0000 (-0700) Subject: increment $VERSION after 1.017 release X-Git-Tag: v1.018~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=518876ae02965f6d8fdbedded12c660d0c69f23a increment $VERSION after 1.017 release --- diff --git a/Changes b/Changes index 08806ed..2530c46 100644 --- 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 diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index ec82bb6..0e17cf7 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -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) = @_;