Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary
  • Loading branch information
yudai committed Apr 13, 2016
1 parent a350994 commit 510542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Expand Up @@ -69,7 +69,7 @@ type Options struct {
RawPreferences map[string]interface{} `hcl:"preferences"`
}

var Version = "0.0.12"
var Version = "0.0.13"

var DefaultOptions = Options{
Address: "",
Expand Down

0 comments on commit 510542b

Please sign in to comment.