Skip to content

Commit b55d229

Browse files
committed
Minor version bump v1.19.0
Updates Remote API to 1.16 Adds exit code to Docker::Exec#start! Calls `close_write` on IO if necessary after STDIN attach ends
1 parent 364cfce commit b55d229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Docker
22
# The version of the docker-api gem.
3-
VERSION = '1.18.0'
3+
VERSION = '1.19.0'
44

55
# The version of the compatible Docker remote API.
66
API_VERSION = '1.16'

0 commit comments

Comments
 (0)