lib/authlogic_openid/version.rb in authlogic-oid-1.0.2 vs lib/authlogic_openid/version.rb in authlogic-oid-1.0.3

- old
+ new

@@ -39,10 +39,10 @@ [@major, @minor, @tiny] end MAJOR = 1 MINOR = 0 - TINY = 2 + TINY = 3 # The current version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) # The current version as a String STRING = CURRENT.to_s \ No newline at end of file