From cb46aae9992a6f17b155576510de3c36c9759b4e Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 17 Mar 2015 16:49:36 -0700 Subject: [PATCH] Bump the version, as optional scopes changes the API. --- lib/googleauth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 95f845a..29a9962 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.2.0' + VERSION = '0.3.0' end end