Commit edf2b52f authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

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

bump dev version to 0.4.5
parents 7962903a 20ceb924
......@@ -275,6 +275,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.4-dev"
"version": "0.4.5-dev"
}
......@@ -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 + "/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment