version/version.go: bump patch version number

This commit is contained in:
Simone Basso
2020-07-23 11:30:11 +02:00
parent de62c51342
commit 14ac72ee63
+1 -1
View File
@@ -3,7 +3,7 @@ package version
const (
// Version is the software version
Version = "3.0.4"
Version = "3.0.5"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version