ooni-probe-cli/internal/version/version.go
Simone Basso 4ce414d104
chore: we're now hacking on v3.16.0-alpha.2 (#901)
Just a chore commit to increase the version given that we just tagged v3.16.0-alpha.1
2022-08-29 09:35:17 +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.2"
)