version bump to 0.4.16-dev

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2018-05-12 04:16:35 -07:00
parent 7853e53860
commit 99c5f888fa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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