lib/authlogic_openid/version.rb in authlogic-oid-1.0.0 vs lib/authlogic_openid/version.rb in authlogic-oid-1.0.1

- old
+ new

@@ -39,10 +39,10 @@ [@major, @minor, @tiny] end MAJOR = 1 MINOR = 0 - TINY = 0 + TINY = 1 # 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