Skip to content

Commit

Permalink
Merge pull request #6366 from ipfs/feat/release-v0.4.21-rc2
Browse files Browse the repository at this point in the history
release: go-ipfs 0.4.21-rc2
  • Loading branch information
Stebalien authored May 22, 2019
2 parents 018b5e9 + 34a66aa commit da3c2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package ipfs
var CurrentCommit string

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

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

0 comments on commit da3c2bc

Please sign in to comment.