@cryptotaxi247 / kubo / commits / a0a174ed5

Ipfs v0.4.13

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

Jeromy committed Nov 16, 2017 at 09:58 UTC a0a174ed553ca41ff126e4f7be0d64500319b218
3 files changed +3 -3
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -## 0.4.13 2017-11-14
3 +## 0.4.13 2017-11-16
4
5 Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
6 discovered in the 0.4.12 release.
package.json
+1 -1
@@ -493,6 +493,6 @@
493 "language": "go",
494 "license": "MIT",
495 "name": "go-ipfs",
496 - "version": "0.4.13-rc1"
496 + "version": "0.4.13"
497 }
498
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.13-rc1"
7 +const CurrentVersionNumber = "0.4.13"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"