Skip to content

Commit

Permalink
Improve versioning for beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Dec 18, 2015
1 parent 3e20f92 commit 310ade7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion APPVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-beta1
0.3-beta.1
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dryup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 310ade7

Please sign in to comment.