version/version.go: roll out 3.0.0-rc.7

This commit is contained in:
Simone Basso 2020-01-28 10:14:45 +01:00
parent 03e7d2ccac
commit 6391e25154

View File

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