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