Bump to 3.0.0-rc.1

This commit is contained in:
Arturo Filastò 2019-11-04 07:46:49 +08:00
parent 946289d6fe
commit 68c2866ee9

View File

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