Skip to content

Commit c4b0ea0

Browse files
committed
release v0.2.8
1 parent 46e3091 commit c4b0ea0

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.7
2+
VERSION=0.2.8
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
@@ -115,7 +115,7 @@ mv ./chartmuseum /usr/local/bin
115115
```
116116
Using `latest` in URLs above will get the latest binary (built from master branch).
117117

118-
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.7`).
118+
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.8`).
119119

120120
Determine your version with `chartmuseum --version`.
121121

0 commit comments

Comments
 (0)