From 7a9dea37f1905397a8fc7763524dccc28a06a0bf Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Thu, 12 Mar 2015 14:49:18 -0700 Subject: [PATCH] Bump version --- 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 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