From 806c3789beb4ee013ef5dddaa5545e2d908eeec6 Mon Sep 17 00:00:00 2001 From: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:50:12 +0800 Subject: [PATCH] Update to 0.4.13 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 c0f8d144..ea71115b 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" )