Skip to content

Commit f76b48d

Browse files
committed
Ipfs 0.4.7
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 174a566 commit f76b48d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6: QmW4vaD7DLcMBXXCCNd7UwXsApfHaZMEFaHomng3kptGUX
1+
0.4.7: QmToMeLQSNX1mqYV1vbtqfth9HtVgUi3FYJ732tAbxhp8G

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-ipfs changelog
22

3-
### 0.4.7rc1 - 2017-03-10
3+
### 0.4.7 - 2017-03-15
44

55
Ipfs 0.4.7 contains several exciting new features!
66
First off, The long awaited filestore feature has been merged, allowing users

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@
306306
"language": "go",
307307
"license": "MIT",
308308
"name": "go-ipfs",
309-
"version": "0.4.7-rc1"
309+
"version": "0.4.7"
310310
}
311311

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.7-rc1"
7+
const CurrentVersionNumber = "0.4.7"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)