f1f2350bfa
* 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
8 lines
130 B
Go
8 lines
130 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.0.7"
|
|
)
|