Skip to content

Commit ed72942

Browse files
Merge pull request ipfs#3738 from ipfs/version/0.4.6
Ipfs 0.4.6
2 parents 11a67b8 + 6213fd8 commit ed72942

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gx/lastpubver

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@
300300
"language": "go",
301301
"license": "MIT",
302302
"name": "go-ipfs",
303-
"version": "0.4.6-rc1"
303+
"version": "0.4.6"
304304
}
305305

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.6-rc1"
7+
const CurrentVersionNumber = "0.4.6"
88

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

0 commit comments

Comments
 (0)