ae32ffa13b
While there, make sure we don't always skip a currently failing riseupvpn test, and slightly clarify the readme.
8 lines
136 B
Go
8 lines
136 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.7.0-alpha"
|
|
)
|