Skip to content

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lalyos committed Nov 22, 2014
1 parent 2045261 commit da72df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.9 / 2014-11-22

* Command poweron added
* Command poweroff added
* Command terminate added

## v0.1.8 / 2014-11-03

* Fix volumes/napshots command on 32 bit arch
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
docopt "github.com/docopt/docopt-go"
)

const version = "v0.1.8"
const version = "v0.1.9"

func main() {
usage := `Usage:
Expand Down

0 comments on commit da72df2

Please sign in to comment.