Version 0.10022
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 4785c1d..3bbc9b3 100644 (file)
@@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 
 __PACKAGE__->mk_accessors(qw/_user/);
 
-our $VERSION = "0.10021";
+our $VERSION = "0.10022";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;