From a6ac9ff5a25ac35700e8b47435e4e81091e0c6c1 Mon Sep 17 00:00:00 2001 From: Todd Lunter Date: Mon, 2 Mar 2015 12:02:47 -0500 Subject: [PATCH] Minor version bump (v1.20.0) Features: Add container rename Bug fixes: Docker::Error::ConfictError to Docker::Error::ConflictError Docker::Image.build_from_dir is now threadsafe --- 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 b9683e5b2..10ab65e3c 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.19.0' + VERSION = '1.20.0' # The version of the compatible Docker remote API. API_VERSION = '1.16'