update Authentication for 0.06
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index c1a05ce..23b202d 100644 (file)
@@ -22,7 +22,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;