@cryptotaxi247 / kubo / commits / 895aec35a

chore: set version to 0.40.0-rc2

Marcin Rataj committed Feb 20, 2026 at 18:21 UTC 895aec35a234355c1fdc4f37861dbb089a221576
1 file changed +1 -1
version.go
+1 -1
@@ -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.40.0-rc1"
20 +const CurrentVersionNumber = "0.40.0-rc2"
21
22 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
23