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

9 lines
132 B
Go

package common
const (
SERVICENAME = "casaos"
VERSION = "0.4.10"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)