@cryptotaxi247 / kubo / commits / 2f94dd094

Release v0.10.0-rc2

Adin Schmahmann committed Sep 27, 2021 at 18:00 UTC 2f94dd094905a6a0aeb3921242bf9bccd9c5768c
1 file changed +1 -1
version.go
+1 -1
@@ -4,7 +4,7 @@ package ipfs
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.10.0-rc1"
7 +const CurrentVersionNumber = "0.10.0-rc2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10