Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
* Swarm 0.3.0 verify now works
* cross compile
* retry failed container creates
  • Loading branch information
alexwelch committed Jul 13, 2015
1 parent 5faf273 commit abb979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/codegangsta/cli"
)

const version = "0.1.0"
const version = "0.1.1"

var (
commands []cli.Command
Expand Down

0 comments on commit abb979e

Please sign in to comment.