Skip to content

Commit f896248

Browse files
committed
chore: prepare for 6.0.0-a.4 release
1 parent d50cf1b commit f896248

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
@@ -573,7 +573,7 @@ POSSIBILITY OF SUCH DAMAGE.
573573

574574
HISTORY *command-t-history*
575575

576-
main (not yet released) ~
576+
6.0.0-a.4 (5 September 2022) ~
577577

578578
- fix: use correct `git ls-files` switch when `scanners.git.untracked` is `true`.
579579
(https://github.com/wincent/command-t/pull/405).

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 = 'a.3',
9-
version = '6.0.0-a.3',
8+
prerelease = 'a.4',
9+
version = '6.0.0-a.4',
1010
}

0 commit comments

Comments
 (0)