bump version to 0.4.13-dev

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-11-10 16:41:42 -08:00
parent 8eb7956622
commit 40533eda5e
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.12"
"version": "0.4.13-dev"
}

View File

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