From c3a0e0a871cbd40f63ed2753e641759617a70a3d Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Fri, 6 Jul 2018 14:12:24 -0500 Subject: [PATCH] release v0.7.1 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`.