From eccb051f768d54288f23913ec12a5e0447a6d248 Mon Sep 17 00:00:00 2001 From: Bright Fulton Date: Fri, 14 Nov 2014 11:46:04 -0500 Subject: [PATCH] bump version to 1.15.0 --- 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 d7eae8713..56327b9ff 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.14.0' + VERSION = '1.15.0' # The version of the compatible Docker remote API. API_VERSION = '1.12'