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"