Files
wings/system/const.go
2020-06-29 20:57:01 -07:00

7 lines
94 B
Go

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