From ac4a39c0191d84f807b7184dc60aa32a8df4f9e1 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 31 Aug 2022 22:22:22 +0200 Subject: [PATCH] chore: prepare for 6.0.0-a.3 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 c40d9964..a847cb55 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.3 (31 August 2022) ~ - fix: fix build problem on 32-bit systems; this was a regression introduced in 6.0.0-a.2 (https://github.com/wincent/command-t/commit/6c8e2a3e3b5acd00). diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index bc2c7c4b..e1c1e511 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.2', - version = '6.0.0-a.2', + prerelease = 'a.3', + version = '6.0.0-a.3', }