feat: bump to 0.6.0-dev
Steven Allen committed
Apr 29, 2020 at 08:38 UTC
ff84666a53363f50caed6bbc51fc925227d80194
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.5.0"
7
+const CurrentVersionNumber = "0.6.0-dev"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10