From 108eeb05c26f41b1ee8fea39df2694fa8f1b604e Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 27 Oct 2014 14:14:41 -0200 Subject: [PATCH] webserver: bump to 0.5.1 --- webserver/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserver/main.go b/webserver/main.go index 2604f5e..fc74cca 100644 --- a/webserver/main.go +++ b/webserver/main.go @@ -14,7 +14,7 @@ import ( "github.com/tsuru/gandalf/api" ) -const version = "0.5.0" +const version = "0.5.1" func main() { dry := flag.Bool("dry", false, "dry-run: does not start the server (for testing purpose)")