wings/system/const.go

7 lines
87 B
Go
Raw Normal View History

2020-04-06 01:00:33 +00:00
package system
const (
// The current version of this software.
Version = "0.0.1"
)