increment $VERSION after 1.006 release
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd / User.pm
index 05573b1..d83c9c3 100644 (file)
@@ -8,7 +8,7 @@ use base qw/Catalyst::Authentication::User Class::Accessor::Fast/;
 use strict;
 use warnings;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/_user _store/) }