bump version to 1.005
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd.pm
index b45019f..a086457 100644 (file)
@@ -9,7 +9,7 @@ use Authen::Htpasswd;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.004';
+our $VERSION = '1.005';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }