@cryptotaxi247 / kubo / commits / a0e0a65c1

bump version to 0.4.3-rc4

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Sep 9, 2016 at 12:15 UTC a0e0a65c1764beda642ab646f17b18a5d13e9550
3 files changed +3 -3
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -### 0.4.3-rc4 - 2016-09-06
3 +### 0.4.3-rc4 - 2016-09-09
4
5 This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing.
6 We plan for this to be the last release candidate before the release of go-ipfs v0.4.3.
package.json
+1 -1
@@ -201,5 +201,5 @@
201 "language": "go",
202 "license": "MIT",
203 "name": "go-ipfs",
204 - "version": "0.4.3-rc3"
204 + "version": "0.4.3-rc4"
205 }
repo/config/version.go
+1 -1
@@ -4,6 +4,6 @@ package config
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.4.3-rc3"
7 +const CurrentVersionNumber = "0.4.3-rc4"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"