@cryptotaxi247 / kubo / commits / 313b8846a

Ipfs 0.4.5, release candidate 1

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Jan 29, 2017 at 23:20 UTC 313b8846ae0c467292f74762a376aeef86256056
2 files changed +2 -2
package.json
+1 -1
@@ -305,6 +305,6 @@
305 "language": "go",
306 "license": "MIT",
307 "name": "go-ipfs",
308 - "version": "0.4.5-pre2"
308 + "version": "0.4.5-rc1"
309 }
310
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.5-pre2"
7 +const CurrentVersionNumber = "0.4.5-rc1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"