@cryptotaxi247 / kubo / commits / 89df952af

chore: set version to 0.30.0

Marcin Rataj committed Sep 11, 2024 at 15:48 UTC 89df952afa6069e34991c0b5e8eb4af66b90bce6
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.30.0-rc3"
14 +const CurrentVersionNumber = "0.30.0"
15
16 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17