Skip to content

Commit 24523b5

Browse files
authored
Merge pull request #302 from alexbosworth/v0.10.0-beta
version: bump to 0.10.0-beta
2 parents 649976f + d72b8ed commit 24523b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
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

0 commit comments

Comments
 (0)