@cryptotaxi247 / kubo / commits / 2d39130ad

Release v0.10.0-rc1

Adin Schmahmann committed Aug 20, 2021 at 10:41 UTC 2d39130adef756d31f94adbcd6666af1f021382c
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-dev"
7 +const CurrentVersionNumber = "0.10.0-rc1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10