Skip to content

Commit 8cb67ab

Browse files
authored
Merge pull request #7195 from ipfs/feat/release-0.5.0-rc3
release: v0.5.0-rc3
2 parents eef749b + 394a2d6 commit 8cb67ab

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-rc2"
7+
const CurrentVersionNumber = "0.5.0-rc3"
88

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

0 commit comments

Comments
 (0)