Update constants.go

Signed-off-by: link <a624669980@163.com>
This commit is contained in:
link 2024-01-18 15:45:24 +08:00 committed by GitHub
parent fffdc7fd5e
commit 588dd84e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ package common
const ( const (
SERVICENAME = "casaos" SERVICENAME = "casaos"
VERSION = "0.4.4.3" VERSION = "0.4.5"
BODY = " " BODY = " "
RANW_NAME = "IceWhale-RemoteAccess" RANW_NAME = "IceWhale-RemoteAccess"
) )