ipfs version 0.4.3-rc2

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy 2016-08-04 03:49:39 -07:00
parent 5ac6ede829
commit 813bcb641d
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.2"
"version": "0.4.3-rc2"
}

View File

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