// Package version contains version information
package version
const (
// Version is the software version
Version = "3.10.0-alpha.1"
)