From 2adb7958964c484da20c0fe1b6fc79e6f8aab5a5 Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:53:41 +0800 Subject: [PATCH] Update to 0.4.13 (#2004) --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index c0f8d14..ea71115 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.12" + VERSION = "0.4.13" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )