Skip to content

Commit

Permalink
Bump release version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaradimas committed Nov 13, 2017
1 parent 861c1cd commit a48e8c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ or download from [releases](https://github.com/upsight/ron/releases)

### Upgrade

LATEST_URL=https://github.com/upsight/ron/releases/download/v1.1.0/ron-linux-v1.1.0 ron upgrade
LATEST_URL=https://github.com/upsight/ron/releases/download/v1.1.1/ron-linux-v1.1.1 ron upgrade

### Testing

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Upgrade
Ron can be upgraded if you already have it installed. The easiest way
is to just provide a LATEST_URL to the upgrade command:
$ LATEST_URL=https://github.com/upsight/ron/releases/download/v1.1.0/ron-linux-v1.1.0 ron upgrade
$ LATEST_URL=https://github.com/upsight/ron/releases/download/v1.1.1/ron-linux-v1.1.1 ron upgrade
Version
Expand Down
2 changes: 1 addition & 1 deletion ron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ envs:
- CURDIR: +pwd
- UNAME: +uname | tr '[:upper:]' '[:lower:]'
- PACKAGE_VERSION: +git describe --always --dirty --tags | tr '-' '_'
- TAG: v1.1.0
- TAG: v1.1.1
- LATEST_URL: "https://github.com/upsight/ron/releases/download/$TAG/ron-${UNAME}-latest"
- REPO: github.com/upsight/ron
- RELEASES: linux darwin windows
Expand Down
2 changes: 1 addition & 1 deletion target/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envs:
- CURDIR: +pwd
- UNAME: +uname | tr '[:upper:]' '[:lower:]'
- PACKAGE_VERSION: +git describe --always --dirty --tags | tr '-' '_'
- TAG: v1.1.0
- TAG: v1.1.1
- LATEST_URL: "https://github.com/upsight/ron/releases/download/$TAG/ron-${UNAME}-$TAG"
targets:
_hello:
Expand Down

0 comments on commit a48e8c8

Please sign in to comment.