From d72857598050c97dbadd2eb039540aba12440f93 Mon Sep 17 00:00:00 2001 From: Jacob Geiger Date: Tue, 17 Oct 2017 14:23:50 -0700 Subject: [PATCH] Bump version to 0.6.0 for release --- 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 d1083ad..a318b55 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.5.3'.freeze + VERSION = '0.6.0'.freeze end end