diff --git a/Makefile b/Makefile index 16d8a82..995e323 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.8.1 +VERSION=0.8.2 REVISION := $(shell git rev-parse --short HEAD;) CM_LOADTESTING_HOST ?= http://localhost:8080 diff --git a/README.md b/README.md index 832ebc9..169c6b2 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Install binary using [GoFish](https://gofi.sh/): ``` gofish install chartmuseum ==> Installing chartmuseum... -🐠 chartmuseum 0.8.1: installed in 95.431145ms +🐠 chartmuseum 0.8.2: installed in 95.431145ms ``` or manually: @@ -113,7 +113,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.8.1`). 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.8.2`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua). Determine your version with `chartmuseum --version`.