diff --git a/.gx/lastpubver b/.gx/lastpubver index 67a79c15c..9020f5a0d 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.4.10: QmXmrMgvGsobiWUEfvtS87oeQwRviCp2g9JD6uKea3Fo5m +0.4.11: QmNUKMfTHQQpEwE8bUdv5qmKC3ymdW7zw82LFS8D6MQXmu diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab2a2e63..7dc54570b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # go-ipfs changelog -### 0.4.11-rc1 2017-09-14 +### 0.4.11 2017-09-14 Ipfs 0.4.11 is a larger release that brings many long-awaited features and performance improvements. These include new datastore options, more efficient diff --git a/package.json b/package.json index 816502c12..fdcf0bbda 100644 --- a/package.json +++ b/package.json @@ -469,6 +469,6 @@ "language": "go", "license": "MIT", "name": "go-ipfs", - "version": "0.4.11-rc2" + "version": "0.4.11" } diff --git a/repo/config/version.go b/repo/config/version.go index b3cc2a01e..a83ef375e 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.11-rc2" +const CurrentVersionNumber = "0.4.11" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"