chore: Bump version to 0.16.0-dev

This commit is contained in:
Antonio Navarro Perez 2022-08-24 15:49:02 +02:00 committed by Adin Schmahmann
parent 6516883b6b
commit 92418133b0

View File

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