From 53c38799075d9da67168db08f9e84fea73a384c6 Mon Sep 17 00:00:00 2001 From: Link Date: Tue, 5 Mar 2024 06:43:33 +0000 Subject: [PATCH] update version --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index bf2fe5b..692ee1d 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.6" + VERSION = "0.4.7" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )