From 637980965022a52283646088ccb939cc82fe05c0 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Fri, 9 Mar 2018 18:31:48 -0600 Subject: [PATCH] release v0.4.2 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index de4f8c7b..13a1cc0f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.4.1 +VERSION=0.4.2 REVISION := $(shell git rev-parse --short HEAD;) HAS_GLIDE := $(shell command -v glide;) diff --git a/README.md b/README.md index ba391451..58d87993 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,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.4.1`). +Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.4.2`). Determine your version with `chartmuseum --version`.