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

This commit is contained in:
Simone Basso 2020-01-15 15:29:21 +01:00
parent aeaa393064
commit 8d58cb868b

View File

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