chore: change version to v0.22.0

This commit is contained in:
Jorropo 2023-08-08 16:01:56 +02:00
parent efa179fce4
commit f5164d77eb

View File

@ -11,7 +11,7 @@ import (
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.23.0-dev"
const CurrentVersionNumber = "0.22.0"
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint