Skip to content

Commit

Permalink
Merge pull request #7195 from ipfs/feat/release-0.5.0-rc3
Browse files Browse the repository at this point in the history
release: v0.5.0-rc3
  • Loading branch information
Stebalien authored Apr 22, 2020
2 parents eef749b + 394a2d6 commit 8cb67ab
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,7 +4,7 @@ package ipfs
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.5.0-rc2"
const CurrentVersionNumber = "0.5.0-rc3"

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

Expand Down

0 comments on commit 8cb67ab

Please sign in to comment.