@cryptotaxi247 / kubo / commits / 813bcb641

ipfs version 0.4.3-rc2

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

Jeromy committed Aug 4, 2016 at 03:49 UTC 813bcb641da3fc8f692f63b9b3c877ad22c8f9ba
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.2"
198 + "version": "0.4.3-rc2"
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-dev"
7 +const CurrentVersionNumber = "0.4.3-rc2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"