diff --git a/Cargo.lock b/Cargo.lock index 24d4e47..e845b7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "wdscli" -version = "2.3.0" +version = "2.3.1" dependencies = [ "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c7a2dcd..b1ceb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wdscli" -version = "2.3.0" +version = "2.3.1" authors = ["Bruce Adams "] description = "Basic administration for Watson Discovery Service." diff --git a/Dockerfile b/Dockerfile index dc24cad..9a4952f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM alpine MAINTAINER Bruce Adams RUN mkdir -p /usr/local/bin -ADD https://github.com/bruceadams/wdscli/releases/download/2.3.0/wdscli.linux /usr/local/bin/wdscli +ADD https://github.com/bruceadams/wdscli/releases/download/2.3.1/wdscli.linux /usr/local/bin/wdscli RUN chmod +rx /usr/local/bin/wdscli