bump version to 0.4.14-dev

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-11-18 08:41:27 -08:00
parent cc01b7f188
commit b08a674acb
2 changed files with 2 additions and 2 deletions

View File

@ -493,6 +493,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.13"
"version": "0.4.14-dev"
}

View File

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