version: bump to 0.10.0-beta

pull/302/head
Alex Bosworth 4 years ago
parent a6956a4e06
commit d72b8edef6
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -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. * 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. * 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 #### New Features

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const ( const (
// Note: please update release_notes.md when you change these values. // Note: please update release_notes.md when you change these values.
appMajor uint = 0 appMajor uint = 0
appMinor uint = 9 appMinor uint = 10
appPatch uint = 0 appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per // appPreRelease MUST only contain characters from semanticAlphabet per

Loading…
Cancel
Save