Update version.go

This commit is contained in:
Piotr Galar 2022-12-13 11:19:59 +01:00 committed by GitHub
parent ef83ce0912
commit ae774a3548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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