Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
  • Loading branch information
jdolitsky committed Jul 10, 2019
1 parent 35ade03 commit da05125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# Change this and commit to create new release
VERSION=0.8.2
VERSION=0.9.0
REVISION := $(shell git rev-parse --short HEAD;)

MOD_PROXY_URL ?= https://gocenter.io
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -94,7 +94,7 @@ Install binary using [GoFish](https://gofi.sh/):
```
gofish install chartmuseum
==> Installing chartmuseum...
🐠 chartmuseum 0.8.2: installed in 95.431145ms
🐠 chartmuseum 0.9.0: 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.2`). 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.9.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`.

Expand Down

0 comments on commit da05125

Please sign in to comment.