version: bump version to v0.14.2-beta

pull/408/head
Alex Bosworth 3 years ago
parent 79100cc413
commit e4911a7269
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -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.

@ -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.

Loading…
Cancel
Save