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