From 20a83a63771fe6be8c21f4b80e24edc0f8ad2d72 Mon Sep 17 00:00:00 2001 From: Ns2Kracy Date: Tue, 17 Dec 2024 15:54:23 +0800 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 30602bb5..91164f12 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.14" + VERSION = "0.4.15" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )