Merge pull request #4866 from ipfs/release-0.4.14

Ipfs v0.4.14
This commit is contained in:
Whyrusleeping 2018-03-22 18:50:37 -07:00 committed by GitHub
commit 5db38464bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# go-ipfs changelog
## 0.4.14 2018-03-02
## 0.4.14 2018-03-22
Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
It is also the first release of 2018, and our first release in over three

View File

@ -581,6 +581,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.14-rc3"
"version": "0.4.14"
}

View File

@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.14-rc3"
const CurrentVersionNumber = "0.4.14"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"