1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-03 23:30:39 +02:00
Files
CasaOS/common/constants.go

9 lines
130 B
Go
Raw Normal View History

package common
const (
SERVICENAME = "casaos"
VERSION = "0.4.4"
2023-05-23 16:39:25 +08:00
BODY = ""
RANW_NAME = "IceWhale-RemoteAccess"
)