Skip to content

Commit

Permalink
Merge pull request #302 from alexbosworth/v0.10.0-beta
Browse files Browse the repository at this point in the history
version: bump to 0.10.0-beta
  • Loading branch information
alexbosworth authored Oct 13, 2020
2 parents 649976f + d72b8ed commit 24523b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This file tracks release notes for the loop client.
* All of the items under the "Next Release" heading should be included in the release notes.
* As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.

## Next Release
## 0.10.0

#### New Features

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 9
appMinor uint = 10
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
Expand Down

0 comments on commit 24523b5

Please sign in to comment.