Files
wings/system/const.go
2020-06-18 21:05:43 -07:00

7 lines
94 B
Go

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