We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412867 commit 77747e3Copy full SHA for 77747e3
version.go
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal
14
-const CurrentVersionNumber = "0.14.0-rc1"
+const CurrentVersionNumber = "0.14.0"
15
16
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/"
17
0 commit comments