diff --git a/lib/docker/version.rb b/lib/docker/version.rb index 32f3768a1..b020c8abc 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.16.0' + VERSION = '1.16.1' # The version of the compatible Docker remote API. API_VERSION = '1.15'