Skip to content

Commit

Permalink
version: bump version to v0.14.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Jul 20, 2021
1 parent 79100cc commit e4911a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ This file tracks release notes for the loop client.
#### Breaking Changes

#### Bug Fixes
- Certain versions of the Python gRPC library
[weren't able to connect](https://github.com/grpc/grpc/issues/23172) to
`loopd`'s gRPC interface, getting the `missing selected ALPN property` error.
A server side fix was introduced to get rid of that error message.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 14
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit e4911a7

Please sign in to comment.