Skip to content

Commit

Permalink
Release v0.0.12
Browse files Browse the repository at this point in the history
* Bug fixes
* New option `--close-signal` to choose a signal sent to child processes
  • Loading branch information
yudai committed Oct 18, 2015
1 parent db45d0f commit b1c5226
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.11"
var Version = "0.0.12"

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

0 comments on commit b1c5226

Please sign in to comment.