ooni-probe-cli/internal/version/version.go
Simone Basso 795f3be44e
chore: release 3.4.0 (#195)
This release only contains updates in debian packaging. All other platforms
could safely continue to use 3.2.0 or 3.3.0.

I didn't want to make a path release, though, because I didn't want to convey
the meaning that something was fixed.

Related to https://github.com/ooni/ooni.org/issues/677
2021-01-20 13:31:54 +01:00

8 lines
130 B
Go

// Package version contains version information
package version
const (
// Version is the software version
Version = "3.4.0"
)