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