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

9 lines
133 B
Go
Raw Normal View History

package common
const (
SERVICENAME = "casaos"
2023-09-22 10:03:34 +01:00
VERSION = "0.4.4.3"
2023-08-18 15:46:29 +08:00
BODY = " "
2023-05-23 16:39:25 +08:00
RANW_NAME = "IceWhale-RemoteAccess"
)