Skip to content

Commit 9d85ac5

Browse files
committed
release v0.2.4
1 parent aa74e07 commit 9d85ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change this and commit to create new release
2-
VERSION=0.2.3
2+
VERSION=0.2.4
33
REVISION := $(shell git rev-parse --short HEAD;)
44

55
HAS_GLIDE := $(shell command -v glide;)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mv ./chartmuseum /usr/local/bin
109109
```
110110
Using `latest` in URLs above will get the latest binary (built from master branch).
111111

112-
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.3`).
112+
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.4`).
113113

114114
Show all CLI options with `chartmuseum --help` and determine version with `chartmuseum --version`
115115

0 commit comments

Comments
 (0)