From e4363a327266fec41c384fd73dc1e007d2f80b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Carvalho?= Date: Thu, 22 Jun 2017 13:04:19 -0300 Subject: [PATCH] api: bump version to 1.3.0-rc5 --- api/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server.go b/api/server.go index 0659ba4f53..573af31aad 100644 --- a/api/server.go +++ b/api/server.go @@ -37,7 +37,7 @@ import ( "gopkg.in/tylerb/graceful.v1" ) -const Version = "1.3.0-rc4" +const Version = "1.3.0-rc5" type TsuruHandler struct { version string