chore: change version to 0.21.1

This commit is contained in:
Jorropo 2023-08-08 12:26:57 +02:00
parent 61e0779f66
commit bc0d1a4607

View File

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