bump the version
Matt S Trout [Tue, 17 Jul 2007 16:59:39 +0000 (16:59 +0000)]
r53849@cain (orig r6514):  jayk | 2007-07-07 16:25:02 +0000

lib/Catalyst/Plugin/Authentication.pm

index 62320c6..2c4bc66 100644 (file)
@@ -21,7 +21,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.09999_01";
+our $VERSION = "0.09999_02";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;