From e4bf67dad51fe30de10a19cd4ef0b4679ea68fa6 Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Sat, 14 Sep 2024 12:37:28 +0900 Subject: [PATCH] chore: bump casaos version (#1999) 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 89900d4b..c0f8d144 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" )