chore: bump to next dev version
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 16, 2019 at 11:16 UTC
88e34fec448b79c5309b3597320ccd48501629a4
1 file changed
+1
-1
version.go
+1
-1
@@ -4,6 +4,6 @@ package ipfs
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.20"
7
+const CurrentVersionNumber = "0.4.21-dev"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"