From 41e814c76ded0275c71ec349c6557c07f1a9e08a Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Mon, 29 Aug 2022 22:21:13 +0200 Subject: [PATCH] chore: prepare for 6.0.0-a.2 release --- doc/command-t.txt | 2 +- lua/wincent/commandt/version.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/command-t.txt b/doc/command-t.txt index bd334d8d..aa31b634 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -573,7 +573,7 @@ POSSIBILITY OF SUCH DAMAGE. HISTORY *command-t-history* -main (not yet released) ~ +6.0.0-a.2 (29 August 2022) ~ - fix: fix rendering glitches due to interaction with vim-dirvish (https://github.com/wincent/command-t/commit/ca959c9437d13ca0). diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index 64d6c501..bc2c7c4b 100644 --- a/lua/wincent/commandt/version.lua +++ b/lua/wincent/commandt/version.lua @@ -5,6 +5,6 @@ return { major = 6, minor = 0, patch = 0, - prerelease = 'a.1', - version = '6.0.0-a.1', + prerelease = 'a.2', + version = '6.0.0-a.2', }