1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

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

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 + "/"