@cryptotaxi247 / kubo / commits / b86e93045

update version to 0.7.0-dev

Adin Schmahmann committed Jun 19, 2020 at 20:09 UTC b86e93045aaa0ac357d939884e1c7996b0fcdbd4
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"
7 +const CurrentVersionNumber = "0.7.0-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10