bump version to 0.011
David Kamholz [Sun, 27 Nov 2005 22:21:23 +0000 (22:21 +0000)]
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;