You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-03 23:30:39 +02:00
8 lines
92 B
Go
8 lines
92 B
Go
package common
|
|
|
|
const (
|
|
SERVICENAME = "casaos"
|
|
VERSION = "0.4.3"
|
|
BODY = " "
|
|
)
|