From 365031148595e2f9df0d025a23b6565209555339 Mon Sep 17 00:00:00 2001 From: Joshua Dolitsky Date: Mon, 18 Dec 2017 12:46:14 -0600 Subject: [PATCH] release v0.2.7 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9091e6aa..3f497992 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.2.6 +VERSION=0.2.7 REVISION := $(shell git rev-parse --short HEAD;) HAS_GLIDE := $(shell command -v glide;) diff --git a/README.md b/README.md index 770876a0..b83f6a3a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,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.6`). +Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.7`). Determine your version with `chartmuseum --version`.