Files
wings/system/const.go
2020-04-25 18:34:25 -07:00

7 lines
94 B
Go

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