From 16718e351fa23caa753649c3efc13ffe9117c705 Mon Sep 17 00:00:00 2001 From: Meesam Date: Tue, 26 Mar 2024 17:59:52 +0530 Subject: [PATCH] Bump Version to 0.4.9 Signed-off-by: Meesam --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 8e778bd..d072895 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.8" + VERSION = "0.4.9" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )