1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 23:21:54 +08:00

update version.go to 0.4.18-dev

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2018-07-28 15:41:10 -07:00
parent 1c70c5c5cf
commit 6149f51f30

View File

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