From 27c571435811116b6cd702399d43751023efe9b9 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:52:04 -0500 Subject: [PATCH] release 0.12.0 Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ecf42f97..9b19b5a1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.11.0 +VERSION=0.12.0 REVISION := $(shell git rev-parse --short HEAD;) # MOD_PROXY_URL ?= "https://gocenter.io" diff --git a/README.md b/README.md index c528d0cf..091892a0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Install binary using [GoFish](https://gofi.sh/): ``` gofish install chartmuseum ==> Installing chartmuseum... -🐠 chartmuseum 0.11.0: installed in 95.431145ms +🐠 chartmuseum 0.12.0: installed in 95.431145ms ``` or manually: @@ -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.11.0`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua). +Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.12.0`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua). Determine your version with `chartmuseum --version`.