Skip to content

Commit 116999a

Browse files
authored
Merge pull request #7215 from ipfs/feat/release-0.5.0-rc4
release: 0.5.0-rc4
2 parents adbbcf6 + d070ed7 commit 116999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

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

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.5.0-rc3"
7+
const CurrentVersionNumber = "0.5.0-rc4"
88

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

0 commit comments

Comments
 (0)