Bump to 3.0.0-rc.4

This commit is contained in:
Simone Basso 2019-12-26 18:11:42 +01:00
parent 67d2f544a7
commit 1e16f28634

View File

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