diff --git a/release_notes.md b/release_notes.md index 4d33df2..9a87269 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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. diff --git a/version.go b/version.go index d70ebab..df360bf 100644 --- a/version.go +++ b/version.go @@ -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.