version bump to 0.4.4-dev

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy 2016-08-16 09:23:26 -07:00
parent f2127af019
commit 1f3f1f65da
2 changed files with 2 additions and 2 deletions

View File

@ -195,5 +195,5 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.3-rc3"
"version": "0.4.4-dev"
}

View File

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