This commit is contained in:
Arturo Filastò 2020-01-31 10:49:16 +01:00
parent 95405b8b9f
commit 2f5486dbd6

View File

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