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.
2 parents 6898472 + 82fef0c commit eb4edc0Copy full SHA for eb4edc0
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Kubo Changelogs
2
3
+- [v0.38](docs/changelogs/v0.38.md)
4
- [v0.37](docs/changelogs/v0.37.md)
5
- [v0.36](docs/changelogs/v0.36.md)
6
- [v0.35](docs/changelogs/v0.35.md)
version.go
@@ -9,7 +9,7 @@ import (
9
var CurrentCommit string
10
11
// CurrentVersionNumber is the current application's version literal.
12
-const CurrentVersionNumber = "0.37.0"
+const CurrentVersionNumber = "0.38.0-dev"
13
14
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
15
0 commit comments