CasaOS/common/constants.go

9 lines
131 B
Go
Raw Permalink Normal View History

package common
const (
SERVICENAME = "casaos"
2024-03-26 03:28:20 +00:00
VERSION = "0.4.8"
2023-08-18 07:46:29 +00:00
BODY = " "
2023-05-23 08:39:25 +00:00
RANW_NAME = "IceWhale-RemoteAccess"
)