Skip to content

Commit

Permalink
Minor version bump v1.17.0
Browse files Browse the repository at this point in the history
* Add support for saving Images
* Use the correct connection when refreshing an Image
* More robust implementation of pushing images
  • Loading branch information
nahiluhmot committed Dec 5, 2014
1 parent d2a8ab6 commit f0eb26b
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.16.1'
VERSION = '1.17.0'

# The version of the compatible Docker remote API.
API_VERSION = '1.15'
Expand Down

0 comments on commit f0eb26b

Please sign in to comment.