We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50cf1b commit f896248Copy full SHA for f896248
doc/command-t.txt
@@ -573,7 +573,7 @@ POSSIBILITY OF SUCH DAMAGE.
573
574
HISTORY *command-t-history*
575
576
-main (not yet released) ~
+6.0.0-a.4 (5 September 2022) ~
577
578
- fix: use correct `git ls-files` switch when `scanners.git.untracked` is `true`.
579
(https://github.com/wincent/command-t/pull/405).
lua/wincent/commandt/version.lua
@@ -5,6 +5,6 @@ return {
5
major = 6,
6
minor = 0,
7
patch = 0,
8
- prerelease = 'a.3',
9
- version = '6.0.0-a.3',
+ prerelease = 'a.4',
+ version = '6.0.0-a.4',
10
}
0 commit comments