From 320ba52f61ebd709e9438d6387d7f2419de6ee57 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 21 Oct 2022 19:13:31 +0200 Subject: [PATCH] chore: prepare for 6.0.0-b.0 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 8f529c7e..aa6461b7 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -594,7 +594,7 @@ POSSIBILITY OF SUCH DAMAGE. HISTORY *command-t-history* -main (not yet released) ~ +6.0.0-b.0 (21 October 2022) ~ - feat: add back |:CommandTLine| finder (https://github.com/wincent/command-t/pull/408). diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index 3970c982..ee632ba7 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.4', - version = '6.0.0-a.4', + prerelease = 'b.0', + version = '6.0.0-b.0', }