Commit df615f03 authored by Josh Dolitsky's avatar Josh Dolitsky
Browse files

release v0.3.1

parent b0adbde2
Showing with 2 additions and 2 deletions
+2 -2
# Change this and commit to create new release
VERSION=0.3.0
VERSION=0.3.1
REVISION := $(shell git rev-parse --short HEAD;)
HAS_GLIDE := $(shell command -v glide;)
......
......@@ -116,7 +116,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.3.0`).
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.3.1`).
Determine your version with `chartmuseum --version`.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment