From 2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:24:28 +0800 Subject: version.c: update [skip ci] (#22095) Co-authored-by: marvim --- src/nvim/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index a9d72bf017..9dfc0c880d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -389,7 +389,7 @@ static const int included_patches[] = { 2097, 2096, 2095, - // 2094, + 2094, // 2093, // 2092, 2091, @@ -656,7 +656,7 @@ static const int included_patches[] = { 1830, 1829, 1828, - // 1827, + 1827, 1826, 1825, 1824, -- cgit