From 0883f5f3aa7a3ce0753891c0835f8f633557892d Mon Sep 17 00:00:00 2001 From: Link Date: Wed, 15 May 2024 09:27:01 +0100 Subject: [PATCH] update version --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 8e778bd..d072895 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,7 +2,7 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.8" + VERSION = "0.4.9" BODY = " " RANW_NAME = "IceWhale-RemoteAccess" )