@cryptotaxi247 / kubo / commits / 43264c576

Ipfs v0.4.14

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

Jeromy committed Mar 22, 2018 at 17:21 UTC 43264c57610f95af115153a5a8b170bfbc9e1d36
3 files changed +3 -3
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -## 0.4.14 2018-03-02
3 +## 0.4.14 2018-03-22
4
5 Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
6 It is also the first release of 2018, and our first release in over three
package.json
+1 -1
@@ -581,6 +581,6 @@
581 "language": "go",
582 "license": "MIT",
583 "name": "go-ipfs",
584 - "version": "0.4.14-rc3"
584 + "version": "0.4.14"
585 }
586
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.14-rc3"
7 +const CurrentVersionNumber = "0.4.14"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"