Merge pull request #3298 from ipfs/feat/bump-0.4.5-dev

bump dev version to 0.4.5
This commit is contained in:
Jeromy Johnson 2016-10-10 08:17:53 -07:00 committed by GitHub
commit edf2b52f7a
2 changed files with 2 additions and 2 deletions

View File

@ -275,6 +275,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.4-dev"
"version": "0.4.5-dev"
}

View File

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