Merge pull request #2536 from ipfs/dev-version-bump-0.4.1

bump ipfs dev version to 0.4.1
This commit is contained in:
Jeromy Johnson 2016-04-08 11:46:51 -07:00
commit e7dfd778af

View File

@ -11,7 +11,7 @@ import (
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.0"
const CurrentVersionNumber = "0.4.1-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"