ooni-probe-cli/internal/version/version.go
Simone Basso eed007a5d0
chore: start hacking on 3.15.0-alpha (#687)
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.
2022-02-09 14:15:50 +01:00

8 lines
137 B
Go

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