@cryptotaxi247 / kubo / commits / a8b56d3ad

Ipfs 0.4.8-rc1

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

Jeromy committed Mar 24, 2017 at 20:34 UTC a8b56d3ad7789ca2ec12257a00d8d0408c3c0c9e
2 files changed +2 -2
package.json
+1 -1
@@ -312,6 +312,6 @@
312 "language": "go",
313 "license": "MIT",
314 "name": "go-ipfs",
315 - "version": "0.4.8-dev"
315 + "version": "0.4.8-rc1"
316 }
317
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.8-dev"
7 +const CurrentVersionNumber = "0.4.8-rc1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"