fix: always use probe-cli version (and make it alpha) (#219)

See https://github.com/ooni/probe-engine/issues/1181

While there, run `go fmt ./...`
This commit is contained in:
Simone Basso 2021-02-04 11:00:27 +01:00 committed by GitHub
commit 26d807c50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 33 additions and 38 deletions

View file

@ -0,0 +1,7 @@
// Package version contains version information
package version
const (
// Version is the software version
Version = "3.6.0-alpha"
)