@cryptotaxi247 / kubo / commits / b6f784814

bump version to 0.4.18

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

Steven Allen committed Nov 1, 2018 at 12:49 UTC b6f784814b69a029c149c5dc808d71d9da569ef9
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-rc2"
7 +const CurrentVersionNumber = "0.4.18"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"