version.go: actually bump version

Classic mistake: you don't bump the version.

We need https://github.com/ooni/probe-cli/issues/43.
This commit is contained in:
Simone Basso 2019-10-03 11:22:13 +02:00
parent 7cde93fca4
commit a488c8d2a3

View File

@ -3,7 +3,7 @@ package version
const (
// Version is the software version
Version = "3.0.0-beta.3"
Version = "3.0.0-beta.4"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version