diff --git a/APPVERSION b/APPVERSION index 18622057..502b63e3 100644 --- a/APPVERSION +++ b/APPVERSION @@ -1 +1 @@ -0.3.0-beta1 +0.3-beta.1 diff --git a/README.md b/README.md index 15f5cc20..cf30639f 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ $ curl -sSf https://moncho.github.io/dry/dryup.sh | sh If you dont like to **curl | sh**, binaries are provided. -- **darwin** [386](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-darwin-amd64) -- **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-freebsd-amd64) -- **linux** [386](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-linux-amd64) -- **windows** [386](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3.0-beta1/dry-windows-amd64) +- **darwin** [386](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-darwin-amd64) +- **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-freebsd-amd64) +- **linux** [386](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-linux-amd64) +- **windows** [386](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.3-beta.1/dry-windows-amd64) #### Go diff --git a/dryup.sh b/dryup.sh index 803c4140..7dad3adb 100755 --- a/dryup.sh +++ b/dryup.sh @@ -20,7 +20,7 @@ set_globals() { dist_server="https://github.com/moncho/dry/releases/download" # Dry version - dry_version="v0.3.0-beta1" + dry_version="v0.3-beta.1" #Install prefix default_prefix="${DRY_PREFIX-/usr/local/bin}"