f172031a03
* chore(version.go): we're now at 3.0.9 * chore(go.mod go.sum): update dependencies * fix(gha/cross.yml): brew update seems broken? See https://github.com/ooni/probe-cli/pull/156/checks?check_run_id=1315116799
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.9"
|
|
)
|