diff --git a/cmd/lbcctl/version.go b/cmd/lbcctl/version.go index fcd70ce42d6..588ccf34877 100644 --- a/cmd/lbcctl/version.go +++ b/cmd/lbcctl/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 22 - appPatch uint = 100 + appPatch uint = 200 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. diff --git a/version.go b/version.go index 89c3ff197e2..852e3ae8c3a 100644 --- a/version.go +++ b/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 22 - appPatch uint = 100 + appPatch uint = 200 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.