'chore: update version.go'

This commit is contained in:
Kubo Mage 2022-12-13 09:34:10 +00:00
parent fd0e77505f
commit a4da60f99e

View File

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