Skip to content

Commit

Permalink
Changed version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed Apr 12, 2015
1 parent 12200cc commit 455f788
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ dumber, because dumber is simpler.

### Links

* [OS X](https://github.com/andersjanmyr/goose/releases/download/v1.3.1/goose-osx)
* [Linux](https://github.com/andersjanmyr/goose/releases/download/v1.3.1/goose-linux)
* [Windows](https://github.com/andersjanmyr/goose/releases/download/v1.3.1/goose.exe)
* [Bash completion](https://raw.githubusercontent.com/andersjanmyr/goose/v1.3.1/goose_completion.sh)
* [OS X](https://github.com/andersjanmyr/goose/releases/download/v1.3.2/goose-osx)
* [Linux](https://github.com/andersjanmyr/goose/releases/download/v1.3.2/goose-linux)
* [Windows](https://github.com/andersjanmyr/goose/releases/download/v1.3.2/goose.exe)
* [Bash completion](https://raw.githubusercontent.com/andersjanmyr/goose/v1.3.2/goose_completion.sh)

### Curl

```
# OS X
$ curl https://github.com/andersjanmyr/goose/releases/download/v1.3.1/goose-osx \
$ curl https://github.com/andersjanmyr/goose/releases/download/v1.3.2/goose-osx \
> /usr/local/bin/goose
# Linux
$ curl https://github.com/andersjanmyr/goose/releases/download/v1.3.1/goose-linux \
$ curl https://github.com/andersjanmyr/goose/releases/download/v1.3.2/goose-linux \
> /usr/local/bin/goose
# Make executable
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "v1.3.1"
const Version = "v1.3.2"

0 comments on commit 455f788

Please sign in to comment.