c55f67273e
* chore: set version to 3.0.12-alpha I need to bless 3.0.11 now to pin to ooni/probe-engine v0.20.2. * chore: update all dependencies Most notably, pin to ooni/probe-engine 0.20.2.
8 lines
137 B
Go
8 lines
137 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.0.12-alpha"
|
|
)
|