From 2952e9ce27ca582771094cd38b852058d4344c3e Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Mon, 3 Apr 2017 13:45:57 -0700 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be33d6e8b..efe3c9410 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See [MIGRATING](MIGRATING.md) for additional details on how to migrate to the la Add this line to your application's Gemfile: ```ruby -gem 'google-api-client', '~> 0.10' +gem 'google-api-client', '~> 0.11' ```