1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

bump version to 0.4.18

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2018-11-01 12:49:46 -07:00
parent 2f2af8478d
commit b6f784814b

View File

@ -4,6 +4,6 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.18-rc2"
const CurrentVersionNumber = "0.4.18"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"