patch 8.2.2355: stray test failure on Appveyor

Problem:    Stray test failure on Appveyor.
Solution:   Finish insert command.
diff --git a/src/version.c b/src/version.c
index e6113c9..8285df7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2355,
+/**/
     2354,
 /**/
     2353,