ooni-probe-cli/internal/version/version.go
Simone Basso 90089d4d8f
chore: we're now hacking on v3.16.0-alpha.1 (#899)
Just a chore commit to increase the version given that we just tagged v3.16.0-alpha
2022-08-29 00:29:01 +02:00

8 lines
139 B
Go

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