Skip to content

Commit

Permalink
Minor version bump v1.19.0
Browse files Browse the repository at this point in the history
Updates Remote API to 1.16
Adds exit code to Docker::Exec#start!
Calls `close_write` on IO if necessary after STDIN attach ends
  • Loading branch information
tlunter committed Feb 12, 2015
1 parent 364cfce commit b55d229
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.18.0'
VERSION = '1.19.0'

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

0 comments on commit b55d229

Please sign in to comment.