Lost track. This is probably 0.14_04 on the CPAN.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / lib / Catalyst / Authentication / Credential / OpenID.pm
index 2bdd1b0..31e0a04 100644 (file)
@@ -7,7 +7,7 @@ BEGIN {
     __PACKAGE__->mk_accessors(qw/ _config realm debug secret /);
 }
 
-our $VERSION = "0.14_03";
+our $VERSION = "0.14_04";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();