From a5e0001acfa018cc768c1ba77aeb947381918404 Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:42:34 +0800 Subject: [PATCH] Update constants.go Signed-off-by: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index ea71115..30602bb 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.13" + VERSION = "0.4.14" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )