Use ooni/probe-engine: episode 1 (#42)
This commit is contained in:
parent
eb4fec2f21
commit
df629237be
15 changed files with 147 additions and 322 deletions
10
version/version.go
Normal file
10
version/version.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// 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
|
||||
)
|
||||
Loading…
Reference in a new issue