From 1a55a096f74f878b8f458a8914593209d40d8a27 Mon Sep 17 00:00:00 2001 From: Yvonnick Esnault Date: Sun, 21 Feb 2016 22:40:34 +0100 Subject: [PATCH] [auto] bump version to v1.1.0 --- controllers/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/system.go b/controllers/system.go index db1ae25..d9b07d4 100644 --- a/controllers/system.go +++ b/controllers/system.go @@ -8,7 +8,7 @@ import ( ) // VERSION is version of Tat. -const VERSION = "1.0.0" +const VERSION = "1.1.0" // SystemController contains all methods about version type SystemController struct{}