Skip to content

Commit c1c9b7d

Browse files
committed
release v0.2.0
1 parent f6f5b55 commit c1c9b7d

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.1.2
2+
VERSION=0.2.0
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
@@ -103,7 +103,7 @@ mv ./chartmuseum /usr/local/bin
103103
```
104104
Using `latest` in URLs above will get the latest binary (built from master branch).
105105

106-
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.1.2`).
106+
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.2.0`).
107107

108108
Show all CLI options with `chartmuseum --help` and determine version with `chartmuseum --version`
109109

0 commit comments

Comments
 (0)