From abb979edb2823b7146714de3baf2543dc76d428e Mon Sep 17 00:00:00 2001 From: Alex Welch Date: Mon, 13 Jul 2015 15:53:47 +0000 Subject: [PATCH] Bump patch version. * Swarm 0.3.0 verify now works * cross compile * retry failed container creates --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 77e6f12..47d31f3 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "github.com/codegangsta/cli" ) -const version = "0.1.0" +const version = "0.1.1" var ( commands []cli.Command