increment $VERSION after 1.006 release
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd.pm
index 090f6e3..c2c49aa 100644 (file)
@@ -11,7 +11,7 @@ use Authen::Htpasswd 0.13;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.006';
+our $VERSION = '1.007';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }