eed007a5d0
We've just branched off the release/3.14 branch for finalizing the release of 3.14.0, hence let's declare that from now on we're 3.15.0-alpha to avoid any confusion.
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.15.0-alpha"
|
|
)
|