Update constants.go

Signed-off-by: Ns2Kracy <89824014+Ns2Kracy@users.noreply.github.com>
This commit is contained in:
Ns2Kracy 2024-12-10 17:42:34 +08:00 committed by GitHub
parent 16e97ec66f
commit a5e0001acf
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.13"
VERSION = "0.4.14"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)