feat: bump version to 0.6.0-rc7
Steven Allen committed
Jun 16, 2020 at 22:41 UTC
63ff04c4cf6547ad5ecc1048463f2c3b5019419c
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-rc6"
7
+const CurrentVersionNumber = "0.6.0-rc7"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10