@cryptotaxi247 / kubo / commits / 685cd28dc

ipfs version 0.4.3-rc3

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

Jeromy committed Aug 9, 2016 at 19:22 UTC 685cd28dc829901768fe53053adaa8330728392c
2 files changed +2 -2
package.json
+1 -1
@@ -195,5 +195,5 @@
195 "language": "go",
196 "license": "MIT",
197 "name": "go-ipfs",
198 - "version": "0.4.3-rc2"
198 + "version": "0.4.3-rc3"
199 }
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-rc2"
7 +const CurrentVersionNumber = "0.4.3-rc3"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"