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 c36e548 commit 8213a7cCopy full SHA for 8213a7c
version.go
@@ -17,7 +17,7 @@ var CurrentCommit string
17
var taggedRelease string
18
19
// CurrentVersionNumber is the current application's version literal.
20
-const CurrentVersionNumber = "0.41.0-dev"
+const CurrentVersionNumber = "0.42.0-dev"
21
22
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
23
0 commit comments