Skip to content

Commit

Permalink
Merge pull request #7629 from ipfs/chore/update-version
Browse files Browse the repository at this point in the history
update version to 0.8.0-dev
  • Loading branch information
aschmahmann authored Aug 26, 2020
2 parents 94fe48a + 38e9ff4 commit c5825c2
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.7.0-dev"
const CurrentVersionNumber = "0.8.0-dev"

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

Expand Down

0 comments on commit c5825c2

Please sign in to comment.