Updating version.

This commit is contained in:
Bob Aman 2012-07-31 16:56:54 +03:00
parent 64fc8e74d9
commit 10856af027
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
module VERSION
MAJOR = 0
MINOR = 4
TINY = 4
TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end