@cryptotaxi247 / kubo / commits / 8d8f78ad7

bump version to 0.4.18-rc1

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

Steven Allen committed Oct 26, 2018 at 16:40 UTC 8d8f78ad7ec4bf1ab8493a19f0e2477dac28782d
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-dev"
7 +const CurrentVersionNumber = "0.4.18-rc1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"