From e4911a72690308f050698c6c0b0a33ff84195750 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Tue, 20 Jul 2021 12:27:06 -0400 Subject: [PATCH] version: bump version to v0.14.2-beta --- release_notes.md | 4 ---- version.go | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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.