File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This file tracks release notes for the loop client.
9
9
* All of the items under the "Next Release" heading should be included in the release notes.
10
10
* As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.
11
11
12
- ## Next Release
12
+ ## 0.10.0
13
13
14
14
#### New Features
15
15
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
23
const (
24
24
// Note: please update release_notes.md when you change these values.
25
25
appMajor uint = 0
26
- appMinor uint = 9
26
+ appMinor uint = 10
27
27
appPatch uint = 0
28
28
29
29
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments