patch 8.2.1156: Vim9: No error for invalid command in compiled function

Problem:    Vim9: No error for invalid command in compiled function.
Solution:   Handle CMD_SIZE.
diff --git a/src/version.c b/src/version.c
index c77d0bc..e362e27 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1156,
+/**/
     1155,
 /**/
     1154,