We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60be3f commit 320ba52Copy full SHA for 320ba52
doc/command-t.txt
@@ -594,7 +594,7 @@ POSSIBILITY OF SUCH DAMAGE.
594
595
HISTORY *command-t-history*
596
597
-main (not yet released) ~
+6.0.0-b.0 (21 October 2022) ~
598
599
- feat: add back |:CommandTLine| finder
600
(https://github.com/wincent/command-t/pull/408).
lua/wincent/commandt/version.lua
@@ -5,6 +5,6 @@ return {
5
major = 6,
6
minor = 0,
7
patch = 0,
8
- prerelease = 'a.4',
9
- version = '6.0.0-a.4',
+ prerelease = 'b.0',
+ version = '6.0.0-b.0',
10
}
0 commit comments