From c8f4118780f7a418c903a7f5162278167740b76c Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 26 Mar 2014 10:27:35 +0100 Subject: [PATCH] Correcting version number --- utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/consts.go b/utils/consts.go index f9d2d133b..caeec9633 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -1,7 +1,7 @@ package utils const ( - VERSION = "0.9.1c4" + VERSION = "0.9.1rc4" POSTGRES = "postgres" MYSQL = "mysql" MONGO = "mongo"