6cb8e3d785
As mentioned in https://github.com/ooni/probe/issues/1845#issuecomment-986540868, I did a mistake and published an `-alpha` debian package, so I need to bump master's version to 3.14 and create a 3.13 release train. やれやれだぜ
8 lines
137 B
Go
8 lines
137 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.14.0-alpha"
|
|
)
|