Release v0.0.13

* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary
This commit is contained in:
Iwasaki Yudai 2016-04-13 16:08:23 +09:00
parent a350994aa2
commit 510542b159

View File

@ -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: "",