version/version.go: bump to 3.0.0-rc.5

This commit is contained in:
Simone Basso 2019-12-28 18:31:46 +01:00
parent 955509e6f8
commit 628766d07d

View File

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