Skip to content

Commit

Permalink
Minor version bump (v1.20.0)
Browse files Browse the repository at this point in the history
Features:

Add container rename

Bug fixes:

Docker::Error::ConfictError to Docker::Error::ConflictError
Docker::Image.build_from_dir is now threadsafe
  • Loading branch information
tlunter committed Mar 2, 2015
1 parent 7b9cbc0 commit a6ac9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docker/version.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit a6ac9ff

Please sign in to comment.