We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e77033c + 43264c5 commit 5db3846Copy full SHA for 5db3846
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# go-ipfs changelog
2
3
-## 0.4.14 2018-03-02
+## 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
@@ -581,6 +581,6 @@
581
"language": "go",
582
"license": "MIT",
583
"name": "go-ipfs",
584
- "version": "0.4.14-rc3"
+ "version": "0.4.14"
585
}
586
repo/config/version.go
@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.14-rc3"
+const CurrentVersionNumber = "0.4.14"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
0 commit comments