Getting the CI switching consistent.

This commit is contained in:
херетик
2023-06-03 11:10:56 +01:00
parent 354c23bbe5
commit da909ced74
22 changed files with 45 additions and 31 deletions

View File

@@ -36,7 +36,7 @@ const (
Patch = 12
)
var CI = "false"
var CI = "true"
// Version returns a pretty printed version information string.
func Version() string {