diff --git a/version.go b/version.go index 98ee37fc5df..06c8914db3a 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.21.0-rc2" +const CurrentVersionNumber = "0.21.0-rc3" const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint