Skip to content

Commit

Permalink
release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cjauvin committed Nov 8, 2017
1 parent aa74e07 commit 9d85ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change this and commit to create new release
VERSION=0.2.3
VERSION=0.2.4
REVISION := $(shell git rev-parse --short HEAD;)

HAS_GLIDE := $(shell command -v glide;)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mv ./chartmuseum /usr/local/bin
```
Using `latest` in URLs above will get the latest binary (built from master branch).

Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.3`).
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.4`).

Show all CLI options with `chartmuseum --help` and determine version with `chartmuseum --version`

Expand Down

0 comments on commit 9d85ac5

Please sign in to comment.