From c77621165c6c4ffc1c65a3b0d71fd58b6943e624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Carvalho?= Date: Mon, 3 Apr 2017 17:31:23 -0300 Subject: [PATCH] api: bump version to 1.2.0 --- api/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server.go b/api/server.go index 1096e064ac..2bc0c90f0f 100644 --- a/api/server.go +++ b/api/server.go @@ -35,7 +35,7 @@ import ( "gopkg.in/tylerb/graceful.v1" ) -const Version = "1.2.0-rc7" +const Version = "1.2.0" type TsuruHandler struct { method string