chore: Release v0.15.0-rc1

This commit is contained in:
Antonio Navarro Perez 2022-08-17 12:05:03 +02:00 committed by Jorropo
parent 2d98b4f229
commit 7701aa285f

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.15.0-rc1"
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/"