diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e23fa2e..6ac172e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5c12a7fe4..a70fbfac3 100644 --- a/package.json +++ b/package.json @@ -581,6 +581,6 @@ "language": "go", "license": "MIT", "name": "go-ipfs", - "version": "0.4.14-rc3" + "version": "0.4.14" } diff --git a/repo/config/version.go b/repo/config/version.go index cc460f858..ec13aa2f2 100644 --- a/repo/config/version.go +++ b/repo/config/version.go @@ -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 + "/"