@cryptotaxi247 / kubo / commits / 53702e4ba

chore: set version to v0.37.0

Marcin Rataj committed Aug 27, 2025 at 18:58 UTC 53702e4ba27fd8761e716f8073bab51ba83dac57
1 file changed +1 -1
version.go
+1 -1
@@ -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-rc1"
12 +const CurrentVersionNumber = "0.37.0"
13
14 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
15