diff --git a/docs/source/conf.py b/docs/source/conf.py index ac7da08..73e2967 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/webserver/main.go b/webserver/main.go index 2b0ce37..b678662 100644 --- a/webserver/main.go +++ b/webserver/main.go @@ -15,7 +15,7 @@ import ( "github.com/tsuru/tsuru/log" ) -const version = "0.7.1" +const version = "0.7.2" func main() { dry := flag.Bool("dry", false, "dry-run: does not start the server (for testing purpose)")