diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2a3af02b0..cb2e5745303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # go-ipfs changelog -## 0.4.13 2017-11-14 +## 0.4.13 2017-11-16 Ipfs 0.4.13 is a patch release that fixes two high priority issues that were discovered in the 0.4.12 release. diff --git a/package.json b/package.json index 382a06b460a..6bb70baba94 100644 --- a/package.json +++ b/package.json @@ -493,6 +493,6 @@ "language": "go", "license": "MIT", "name": "go-ipfs", - "version": "0.4.13-rc1" + "version": "0.4.13" } diff --git a/repo/config/version.go b/repo/config/version.go index 64d020e21d5..96b4da6f2a1 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.13-rc1" +const CurrentVersionNumber = "0.4.13" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"