From 9b5a3401fcc88cfc826e191dedcf901271ce43dc Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 29 Apr 2021 08:24:36 -0700 Subject: [PATCH] version: bump to v0.12.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 87ff6e6..9a87269 100644 --- a/release_notes.md +++ b/release_notes.md @@ -15,11 +15,7 @@ This file tracks release notes for the loop client. ## Next release #### New Features -- If the payment for an LSAT fails, it is now automatically re-tried. #### Breaking Changes #### Bug Fixes - - Instead of just blocking for forever without any apparent reason if another - Loop daemon process is already running, we now exit with an error after 5 - seconds if acquiring the unique lock on the Loop `bbolt` DB fails. diff --git a/version.go b/version.go index 9ba8f26..9155e28 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 = 12 - appPatch uint = 1 + appPatch uint = 2 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.