ooni-probe-cli/version/version.go
Simone Basso 2a34d7db04
chore(version.go): we're at 3.0.10-alpha
Committing directly to master since this should be a simple enough change
2020-10-27 15:27:47 +01:00

8 lines
137 B
Go

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