Files
wings/system/const.go
2020-04-12 19:14:24 -07:00

7 lines
94 B
Go

package system
const (
// The current version of this software.
Version = "1.0.0-beta.1"
)