@cryptotaxi247 / kubo / commits / f76b48dfa

Ipfs 0.4.7

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

Jeromy committed Mar 15, 2017 at 18:45 UTC f76b48dfa08acdda0d89183b8e041757211d2eeb
4 files changed +4 -4
.gx/lastpubver
+1 -1
@@ -1 +1 @@
1 -0.4.6: QmW4vaD7DLcMBXXCCNd7UwXsApfHaZMEFaHomng3kptGUX
1 +0.4.7: QmToMeLQSNX1mqYV1vbtqfth9HtVgUi3FYJ732tAbxhp8G
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -### 0.4.7rc1 - 2017-03-10
3 +### 0.4.7 - 2017-03-15
4
5 Ipfs 0.4.7 contains several exciting new features!
6 First off, The long awaited filestore feature has been merged, allowing users
package.json
+1 -1
@@ -306,6 +306,6 @@
306 "language": "go",
307 "license": "MIT",
308 "name": "go-ipfs",
309 - "version": "0.4.7-rc1"
309 + "version": "0.4.7"
310 }
311
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.7-rc1"
7 +const CurrentVersionNumber = "0.4.7"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"