7 lines
93 B
Go
7 lines
93 B
Go
package main
|
|
|
|
const (
|
|
// The current version of this software.
|
|
Version = "1.0.0-alpha.2"
|
|
)
|