bump version to 0.4.11-dev

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-07-07 12:20:10 -07:00
parent 00573cb2c1
commit 87f245419b
2 changed files with 2 additions and 2 deletions

View File

@ -442,6 +442,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.10"
"version": "0.4.11-dev"
}

View File

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