bump version to 0.011
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd.pm
index 62c4139..0835ff7 100644 (file)
@@ -5,7 +5,7 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.011';
 
 use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;