wings/system/const.go
2020-04-05 18:00:33 -07:00

7 lines
87 B
Go

package system
const (
// The current version of this software.
Version = "0.0.1"
)