chore: update version

This commit is contained in:
galargh 2023-01-30 11:20:13 +00:00
parent 675037721f
commit abd6343e41

View File

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