Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Jan 14, 2019
1 parent aa67d73 commit 7e68991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change this and commit to create new release
VERSION=0.8.0
VERSION=0.8.1
REVISION := $(shell git rev-parse --short HEAD;)

CM_LOADTESTING_HOST ?= http://localhost:8080
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Install binary using [GoFish](https://gofi.sh/):
```
gofish install chartmuseum
==> Installing chartmuseum...
🐠 chartmuseum 0.8.0: installed in 95.431145ms
🐠 chartmuseum 0.8.1: installed in 95.431145ms
```

or manually:
Expand All @@ -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.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.8.1`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua).

Determine your version with `chartmuseum --version`.

Expand Down

0 comments on commit 7e68991

Please sign in to comment.