Skip to content

Commit cba9e94

Browse files
committed
chore: prepare for 7.0.2 release
1 parent b265fdf commit cba9e94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/command-t.txt

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

10491049
HISTORY *command-t-history*
10501050

1051-
7-x-devel (not yet released) ~
1051+
7.0.2 (5 November 2025) ~
10521052

10531053
- Remove duplicate tags from documentation
10541054
(https://github.com/wincent/command-t/pull/448, patch from Will Wills).

lua/wincent/commandt/version.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
return {
55
major = 7,
66
minor = 0,
7-
patch = 1,
8-
prerelease = 'devel',
9-
version = '7.0.1-devel',
7+
patch = 2,
8+
prerelease = '',
9+
version = '7.0.2',
1010
}

0 commit comments

Comments
 (0)