Skip to content

Commit 11a67b8

Browse files
Merge pull request #3716 from ipfs/release-0.4.6-rc1
Ipfs 0.4.6, release candidate 1
2 parents b0c9e7c + ac2e6bd commit 11a67b8

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.5: QmTeScpc3XPbZkSjtxuMykH5wUew8hbV72N6jaCj4aRHPQ
1+
0.4.6-rc1: QmQa2wf1sLFKkjHCVEbna8y5qhdMjL8vtTJSAc48vZGTer

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-dev"
303+
"version": "0.4.6-rc1"
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-dev"
7+
const CurrentVersionNumber = "0.4.6-rc1"
88

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

0 commit comments

Comments
 (0)