increment $VERSION after 1.017 release
[catagits/Catalyst-Authentication-Credential-HTTP.git] / lib / Catalyst / Authentication / Credential / HTTP.pm
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) = @_;