Skip to content

Commit 7a5384f

Browse files
committed
release v0.2.5
1 parent d305703 commit 7a5384f

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.4
2+
VERSION=0.2.5
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
@@ -112,7 +112,7 @@ mv ./chartmuseum /usr/local/bin
112112
```
113113
Using `latest` in URLs above will get the latest binary (built from master branch).
114114

115-
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`).
115+
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.5`).
116116

117117
Show all CLI options with `chartmuseum --help` and determine version with `chartmuseum --version`
118118

0 commit comments

Comments
 (0)