version/version.go: bless v3.0.0-rc.11

This commit is contained in:
Simone Basso 2020-03-10 21:36:46 +01:00
parent 1d5c913019
commit 38e86ce3c7

View File

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