Skip to content

Commit

Permalink
version: bump to v0.7.0-beta
Browse files Browse the repository at this point in the history
Increment version for 0.7.0
  • Loading branch information
alexbosworth authored Jul 21, 2020
1 parent 9efca9d commit 9b0db0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 6
appPatch uint = 5
appMinor uint = 7
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 9b0db0e

Please sign in to comment.