Skip to content

Commit

Permalink
Added Docker::VERSION constant for Docker API
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Coe <[email protected]>
  • Loading branch information
jeffreycoe committed Jun 24, 2019
1 parent e961d2b commit 3e4da0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/docker/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# Override API_VERSION constant in docker-api gem to use version 1.24 of the Docker API
# This override is for the docker-api gem to communicate to the Docker engine on Windows
module Docker
VERSION = '0.0.0'
API_VERSION = '1.24'
end
rescue LoadError => e
Expand Down

0 comments on commit 3e4da0f

Please sign in to comment.