From 8138510bc37cb47980dfb42584dbe84f073066ce Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Sat, 14 Sep 2024 11:37:20 +0800 Subject: [PATCH] chore: bump casaos version Signed-off-by: CorrectRoad --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 89900d4..c0f8d14 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.11" + VERSION = "0.4.12" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )