From 63f01489a8e41adafae6b1bd0576b2cd242cb6d7 Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:54:54 +0800 Subject: [PATCH] update version (#2098) --- 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" )