@cryptotaxi247 / kubo / commits / 0261a2183

chore: v0.38.0

Marcin Rataj committed Oct 1, 2025 at 19:12 UTC 0261a2183e6c1d5c1c57190cb34ed06e71c839e3
1 file changed +1 -1
version.go
+1 -1
@@ -11,7 +11,7 @@ import (
11 var CurrentCommit string
12
13 // CurrentVersionNumber is the current application's version literal.
14 -const CurrentVersionNumber = "0.38.0-rc2"
14 +const CurrentVersionNumber = "0.38.0"
15
16 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17