diff --git a/webserver/main.go b/webserver/main.go index fc74cca..28ab2a5 100644 --- a/webserver/main.go +++ b/webserver/main.go @@ -14,7 +14,7 @@ import ( "github.com/tsuru/gandalf/api" ) -const version = "0.5.1" +const version = "0.5.2" func main() { dry := flag.Bool("dry", false, "dry-run: does not start the server (for testing purpose)")