Skip to content

Commit da3c2bc

Browse files
authored
Merge pull request ipfs#6366 from ipfs/feat/release-v0.4.21-rc2
release: go-ipfs 0.4.21-rc2
2 parents 018b5e9 + 34a66aa commit da3c2bc

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,6 +4,6 @@ package ipfs
44
var CurrentCommit string
55

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

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

0 commit comments

Comments
 (0)