795f3be44e
This release only contains updates in debian packaging. All other platforms could safely continue to use 3.2.0 or 3.3.0. I didn't want to make a path release, though, because I didn't want to convey the meaning that something was fixed. Related to https://github.com/ooni/ooni.org/issues/677
8 lines
130 B
Go
8 lines
130 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.4.0"
|
|
)
|