Skip to content

Commit

Permalink
release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Oct 26, 2017
1 parent 0d8f0c0 commit 375f411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2
VERSION=0.2.3
REVISION := $(shell git rev-parse --short HEAD;)

HAS_GLIDE := $(shell command -v glide;)
Expand Down Expand Up @@ -81,4 +81,4 @@ release:
ifndef HAS_AWS
@sudo pip install awscli
endif
@scripts/release.sh $(VERSION)
@scripts/release.sh $(VERSION)
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.2`).
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`).

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

Expand Down

0 comments on commit 375f411

Please sign in to comment.