diff --git a/README.md b/README.md index 1368f9b..ee7c520 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc.go b/doc.go index 275786b..f4c5786 100644 --- a/doc.go +++ b/doc.go @@ -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 diff --git a/ron.yaml b/ron.yaml index a032ceb..4f8cc8a 100644 --- a/ron.yaml +++ b/ron.yaml @@ -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 diff --git a/target/default.yaml b/target/default.yaml index a34daf3..46d7497 100644 --- a/target/default.yaml +++ b/target/default.yaml @@ -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: