Update changelog and bump version for this next release.

This commit is contained in:
2021-11-07 13:29:57 +10:30
parent 2042c7520d
commit 1228920004
2 changed files with 6 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
"golang.org/x/mod/semver"
)
const CurrentVersion string = "v0.11.2"
const CurrentVersion string = "v0.12.0"
func NewVersionAvailable(v string) bool {
if !semver.IsValid(CurrentVersion) {