ooni-probe-cli/internal/version/version.go
Simone Basso 9e8ad551aa
chore: set version to 3.17.0-alpha (#939)
I've just branched off the `release/3.16` branch since we're
really looking good for release modulo minor changes.

Hence, it's time to update `master`'s version.
2022-09-07 15:12:06 +02:00

8 lines
137 B
Go

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