diff --git a/Makefile b/Makefile index 2f797a16..8c3589bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.7.0 +VERSION=0.7.1 REVISION := $(shell git rev-parse --short HEAD;) HAS_DEP := $(shell command -v dep;) diff --git a/README.md b/README.md index 4842b7b9..52400412 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,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.7.0`). +Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.7.1`). Determine your version with `chartmuseum --version`.