Bump version

This commit is contained in:
Steven Bazyl 2014-01-16 13:45:14 -08:00
parent f06f1e33fa
commit ddbc978b52
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if !defined?(::Google::APIClient::VERSION)
MAJOR = 0 MAJOR = 0
MINOR = 7 MINOR = 7
TINY = 0 TINY = 0
PATCH = 'rc2' PATCH = nil
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
end end
end end