ooni-probe-cli/version/version.go

11 lines
226 B
Go
Raw Normal View History

2019-05-23 16:38:46 +02:00
// Package version contains version information
package version
const (
// Version is the software version
Version = "3.0.0-beta.3"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version
)