Files
wings/const.go
2020-01-19 15:18:00 -08:00

7 lines
93 B
Go

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