version bump to 0.4.0

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2016-04-07 16:22:41 -07:00
parent a164fc958f
commit 600c95eb53
No known key found for this signature in database
GPG Key ID: 87E34DFE72DC2B6B

View File

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