chore: bump version to 0.17.0-dev

This commit is contained in:
galargh 2022-09-26 10:09:57 +02:00 committed by Antonio Navarro Perez
parent 773c246232
commit 04e443f762

View File

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