9e8ad551aa
I've just branched off the `release/3.16` branch since we're really looking good for release modulo minor changes. Hence, it's time to update `master`'s version.
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.17.0-alpha"
|
|
)
|