version/version.go: bless v3.0.0-rc.12

This commit is contained in:
Simone Basso
2020-04-05 23:47:31 +02:00
parent 9f4ae7c78b
commit e39ca4c6bf
+1 -1
View File
@@ -3,7 +3,7 @@ package version
const (
// Version is the software version
Version = "3.0.0-rc.11"
Version = "3.0.0-rc.12"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version