version/version.go: remove unused variable (#145)
This commit is contained in:
parent
a80bdf02cc
commit
fc58c4dc45
|
@ -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
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user