Crank patch version number

This commit is contained in:
Simone Basso 2020-06-24 12:00:08 +02:00
parent 9902d74f19
commit 732e76c631

View File

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