@cryptotaxi247 / kubo / commits / 5495be35e

Ipfs v0.4.11

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Sep 27, 2017 at 01:02 UTC 5495be35ef95184209f0d48b1416f11fdb0e86ab
4 files changed +4 -4
.gx/lastpubver
+1 -1
@@ -1 +1 @@
1 -0.4.10: QmXmrMgvGsobiWUEfvtS87oeQwRviCp2g9JD6uKea3Fo5m
1 +0.4.11: QmNUKMfTHQQpEwE8bUdv5qmKC3ymdW7zw82LFS8D6MQXmu
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -### 0.4.11-rc1 2017-09-14
3 +### 0.4.11 2017-09-14
4
5 Ipfs 0.4.11 is a larger release that brings many long-awaited features and
6 performance improvements. These include new datastore options, more efficient
package.json
+1 -1
@@ -469,6 +469,6 @@
469 "language": "go",
470 "license": "MIT",
471 "name": "go-ipfs",
472 - "version": "0.4.11-rc2"
472 + "version": "0.4.11"
473 }
474
repo/config/version.go
+1 -1
@@ -4,6 +4,6 @@ package config
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.4.11-rc2"
7 +const CurrentVersionNumber = "0.4.11"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"