2a34d7db04
Committing directly to master since this should be a simple enough change
8 lines
137 B
Go
8 lines
137 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.0.10-alpha"
|
|
)
|