From: David Kamholz Date: Sun, 27 Nov 2005 22:21:23 +0000 (+0000) Subject: bump version to 0.011 X-Git-Tag: v0.02~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ed493fbf1b5ef51ae7b62c676768baa6ebe5e9c;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git bump version to 0.011 --- diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 62c4139..0835ff7 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -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;