Factor test applications out to separate files due to change in Catalyst::Test in...
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 17873fa..7b872af 100644 (file)
@@ -22,7 +22,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.07";
+our $VERSION = "0.08";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;