We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79100cc + e4911a7 commit b9a3d1dCopy full SHA for b9a3d1d
release_notes.md
@@ -19,7 +19,3 @@ This file tracks release notes for the loop client.
19
#### Breaking Changes
20
21
#### Bug Fixes
22
-- Certain versions of the Python gRPC library
23
- [weren't able to connect](https://github.com/grpc/grpc/issues/23172) to
24
- `loopd`'s gRPC interface, getting the `missing selected ALPN property` error.
25
- A server side fix was introduced to get rid of that error message.
version.go
@@ -27,7 +27,7 @@ const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
appMinor uint = 14
30
- appPatch uint = 1
+ appPatch uint = 2
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments