@cryptotaxi247 / kubo / commits / 1c463819e

bump version to 0.4.19-dev

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

Steven Allen committed Nov 1, 2018 at 18:40 UTC 1c463819ec0373e050b28832281cefd253f778ec
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.18"
7 +const CurrentVersionNumber = "0.4.19-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"