Skip to content

Commit

Permalink
Cut 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Aug 1, 2017
1 parent bd903f4 commit 2229609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdscli"
version = "2.3.0"
version = "2.3.1"
authors = ["Bruce Adams <[email protected]>"]
description = "Basic administration for Watson Discovery Service."

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM alpine
MAINTAINER Bruce Adams <[email protected]>

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

0 comments on commit 2229609

Please sign in to comment.