@cryptotaxi247 / kubo / commits / 0cbb3d419

bump version to 0.4.20-dev

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Feb 26, 2019 at 13:49 UTC 0cbb3d41992b9cc9b043f860d6d6d026cf908ba9
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.19"
7 +const CurrentVersionNumber = "0.4.20-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"