ooni-probe-cli/version/version.go
Simone Basso f1f2350bfa
Release v3.0.7 (#152)
* Update go-bindata and regenerate binary data

* Pin to ooni/probe-engine 0.17.0 and update dependencies

* Set version to 3.0.7

* Readme.md: better release instructions
2020-09-30 10:54:58 +02:00

8 lines
130 B
Go

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