Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
  • Loading branch information
jdolitsky committed Mar 27, 2020
1 parent bc4da0a commit 27c5714
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.11.0
VERSION=0.12.0
REVISION := $(shell git rev-parse --short HEAD;)

# MOD_PROXY_URL ?= "https://gocenter.io"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`.

Expand Down

0 comments on commit 27c5714

Please sign in to comment.