lib/fb/auth/version.rb in fb-auth-1.0.0.alpha2 vs lib/fb/auth/version.rb in fb-auth-1.0.0.alpha3

- old
+ new

@@ -1,7 +1,7 @@ module Fb class Auth # @return [String] the SemVer-compatible gem version. # @see http://semver.org - VERSION = '1.0.0.alpha2' + VERSION = '1.0.0.alpha3' end end