@cryptotaxi247 / kubo / commits / 8c5fefad6

Release v0.13.0-rc1

Adin Schmahmann committed May 4, 2022 at 16:23 UTC 8c5fefad660390dd3f61094f03a4309461a7d6e5
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-dev"
14 +const CurrentVersionNumber = "0.13.0-rc1"
15
16 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17