From 13707ca377e423fa1879eb8f49078c8a0271cb2f Mon Sep 17 00:00:00 2001 From: DanB Date: Sat, 18 Jan 2014 19:47:00 +0100 Subject: [PATCH] Increased cgrates version for next packaging --- utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/consts.go b/utils/consts.go index 070638c1f..b91f0d7aa 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -1,7 +1,7 @@ package utils const ( - VERSION = "0.9.1c3" + VERSION = "0.9.1c4" POSTGRES = "postgres" MYSQL = "mysql" MONGO = "mongo"