@cryptotaxi247 / kubo / commits / 189fa76bc

ipfs version 0.4.3

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

Jeromy committed Sep 20, 2016 at 02:39 UTC 189fa76bce0355bb9b84033aaead5768e2334ee6
2 files changed +2 -2
package.json
+1 -1
@@ -201,5 +201,5 @@
201 "language": "go",
202 "license": "MIT",
203 "name": "go-ipfs",
204 - "version": "0.4.3-rc4"
204 + "version": "0.4.3"
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-rc4"
7 +const CurrentVersionNumber = "0.4.3"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"