File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.
99* All of the items under the "Next Release" heading should be included in the release notes.
1010* As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.
1111
12- ## Next Release
12+ ## 0.10.0
1313
1414#### New Features
1515
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323const (
2424 // Note: please update release_notes.md when you change these values.
2525 appMajor uint = 0
26- appMinor uint = 9
26+ appMinor uint = 10
2727 appPatch uint = 0
2828
2929 // appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments