From bce50be1f40c74671d94306ec1e1a1b3f344183a Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 16 Dec 2022 16:07:48 +0100 Subject: [PATCH] chore: prepare for 6.0.0-b.1 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 e4432503..bcf41787 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -595,7 +595,7 @@ POSSIBILITY OF SUCH DAMAGE. HISTORY *command-t-history* -main (not yet released) ~ +6.0.0-b.1 (16 December 2022) ~ - fix: actually respect `scanners.git.submodules` and `scanners.git.untracked` options in |commandt.setup()| (https://github.com/wincent/command-t/pull/414). diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index ee632ba7..ac4cc98e 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 = 'b.0', - version = '6.0.0-b.0', + prerelease = 'b.1', + version = '6.0.0-b.1', }