diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 6ea18ad..95f845a 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -31,6 +31,6 @@ module Google # Module Auth provides classes that provide Google-specific authorization # used to access Google APIs. module Auth - VERSION = '0.1.0' + VERSION = '0.2.0' end end