From 2c691a65492a91c0e6be2e38caed9c84f17369fa Mon Sep 17 00:00:00 2001 From: Todd Lunter Date: Sat, 18 Apr 2015 13:32:09 -0400 Subject: [PATCH] Patch version bump (v1.21.1) Make error messages pertain to the errors --- 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 fc348ac60..913c656ca 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.21.0' + VERSION = '1.21.1' # The version of the compatible Docker remote API. API_VERSION = '1.16'