Start 0.4.15-dev cycle

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2018-03-22 23:01:25 -07:00
parent 5db38464bf
commit 5c6f8578d5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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