Skip to content

Commit

Permalink
Merge pull request #7249 from ipfs/feat/version-bump
Browse files Browse the repository at this point in the history
feat: bump to 0.6.0-dev
  • Loading branch information
Stebalien authored Apr 29, 2020
2 parents dae6c03 + ff84666 commit a05322e
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"
const CurrentVersionNumber = "0.6.0-dev"

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

Expand Down

0 comments on commit a05322e

Please sign in to comment.