From 284602953e72c47f625416b62b49cb5805fbcb9d Mon Sep 17 00:00:00 2001 From: Tom Hulihan Date: Thu, 2 Oct 2014 11:56:37 -0400 Subject: [PATCH] Patch version bump 1.13.5 --- 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 47f3bf376..79a5de7c3 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.13.4' + VERSION = '1.13.5' # The version of the compatible Docker remote API. API_VERSION = '1.12'