patch 8.2.3683: Vim9: cannot use  in :...do commands

Problem:    Vim9: cannot use  in :...do commands.
Solution:   Add EX_EXPAND to the commands. (closes #9232)
diff --git a/src/version.c b/src/version.c
index f328f83..7361d90 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3683,
+/**/
     3682,
 /**/
     3681,