1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-13 09:45:08 +08:00

version bump to 0.4.18-dev

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2018-07-28 21:38:23 -07:00
parent dc1100dfbc
commit 022fc40e28
2 changed files with 2 additions and 2 deletions

View File

@ -569,6 +569,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.17"
"version": "0.4.18-dev"
}

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 + "/"