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"