patch 8.2.3189: Vim9: error when using "try|"

Problem:    Vim9: error when using "try|".
Solution:   Allow for "|" right after a command.
diff --git a/src/version.c b/src/version.c
index 4244d82..94825c1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3189,
+/**/
     3188,
 /**/
     3187,