5 lines
89 B
Go
5 lines
89 B
Go
package constants
|
|
|
|
// Version is the current wings version
|
|
const Version = "0.0.1-alpha"
|