Skip to content

Commit 5db3846

Browse files
Merge pull request ipfs#4866 from ipfs/release-0.4.14
Ipfs v0.4.14
2 parents e77033c + 43264c5 commit 5db3846

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-ipfs changelog
22

3-
## 0.4.14 2018-03-02
3+
## 0.4.14 2018-03-22
44

55
Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
66
It is also the first release of 2018, and our first release in over three

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,6 @@
581581
"language": "go",
582582
"license": "MIT",
583583
"name": "go-ipfs",
584-
"version": "0.4.14-rc3"
584+
"version": "0.4.14"
585585
}
586586

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.14-rc3"
7+
const CurrentVersionNumber = "0.4.14"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)