@cryptotaxi247 / kubo / commits / 96677e00d

feat: bump version to v0.6.0-rc2

Adin Schmahmann committed Jun 8, 2020 at 17:34 UTC 96677e00d6b1479e679faab587fd134536779bfe
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.6.0-rc1"
7 +const CurrentVersionNumber = "0.6.0-rc2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10