From b07c95402916482ea22bc5224cc808657ff2e5e7 Mon Sep 17 00:00:00 2001 From: Bright Fulton Date: Tue, 20 May 2014 14:17:44 -0400 Subject: [PATCH] bump patch version for new release --- lib/docker/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docker/version.rb b/lib/docker/version.rb index 39f7d85f8..e8996a0f8 100644 --- a/lib/docker/version.rb +++ b/lib/docker/version.rb @@ -1,6 +1,6 @@ module Docker # The version of the docker-api gem. - VERSION = '1.10.10' + VERSION = '1.10.11' # The version of the compatible Docker remote API. API_VERSION = '1.10'