From 8e23bd4f03975ec7b01337d35b3d345e0e9611a0 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Tue, 26 Mar 2024 11:27:21 +0800 Subject: [PATCH] chore: bump version to 0.4.8 --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 692ee1d..8e778bd 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.7" + VERSION = "0.4.8" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )