Commit 510542b1 by Iwasaki Yudai

Release v0.0.13

* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary
1 parent a350994a
Showing with 1 additions and 1 deletions
...@@ -69,7 +69,7 @@ type Options struct { ...@@ -69,7 +69,7 @@ type Options struct {
RawPreferences map[string]interface{} `hcl:"preferences"` RawPreferences map[string]interface{} `hcl:"preferences"`
} }
var Version = "0.0.12" var Version = "0.0.13"
var DefaultOptions = Options{ var DefaultOptions = Options{
Address: "", Address: "",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!