version/version.go: remove unused variable (#145)

This commit is contained in:
Simone Basso
2020-07-24 16:59:57 +02:00
committed by GitHub
parent a80bdf02cc
commit fc58c4dc45
-3
View File
@@ -4,7 +4,4 @@ package version
const (
// Version is the software version
Version = "3.0.6"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version
)