version/version.go: crank patch version number

This commit is contained in:
Simone Basso 2020-07-10 11:25:04 +02:00
parent 2f47634ad1
commit a9897466b6

View File

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