From bfefdf532c01be3378c1561359bd38ba20024087 Mon Sep 17 00:00:00 2001 From: link Date: Wed, 14 Aug 2024 13:34:55 +0800 Subject: [PATCH] Update constants.go Signed-off-by: link --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 08838df..89900d4 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.10" + VERSION = "0.4.11" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )