Skip to content

Commit bce50be

Browse files
committed
chore: prepare for 6.0.0-b.1 release
1 parent ba2a995 commit bce50be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/command-t.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ POSSIBILITY OF SUCH DAMAGE.
595595

596596
HISTORY *command-t-history*
597597

598-
main (not yet released) ~
598+
6.0.0-b.1 (16 December 2022) ~
599599

600600
- fix: actually respect `scanners.git.submodules` and `scanners.git.untracked`
601601
options in |commandt.setup()| (https://github.com/wincent/command-t/pull/414).

lua/wincent/commandt/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ return {
55
major = 6,
66
minor = 0,
77
patch = 0,
8-
prerelease = 'b.0',
9-
version = '6.0.0-b.0',
8+
prerelease = 'b.1',
9+
version = '6.0.0-b.1',
1010
}

0 commit comments

Comments
 (0)