@cryptotaxi247 / kubo / commits / 3b88b441b

Release v0.13.0

Gus Eggert committed Jun 8, 2022 at 13:53 UTC 3b88b441b02c48a55d34c158706a4592db5e2eac
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.13.0-rc1"
14 +const CurrentVersionNumber = "0.13.0"
15
16 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17