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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,4 @@ package version
const ( const (
// Version is the software version // Version is the software version
Version = "3.0.6" Version = "3.0.6"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version
) )