Update constants.go (#1950)

Signed-off-by: link <a624669980@163.com>
This commit is contained in:
link 2024-08-12 14:19:40 +08:00 committed by GitHub
parent 170b599e86
commit e4447981cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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