From 36dda53e9c0cae49f52a1c58853973893540e576 Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Tue, 26 Mar 2024 11:28:20 +0800 Subject: [PATCH] chore: bump version to 0.4.8 (#1750) --- 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" )