patch 8.2.4743: clang 14 is available on CI

Problem:    Clang 14 is available on CI.
Solution:   Switch from clang 13 to 14. (closes #10157)
diff --git a/src/version.c b/src/version.c
index 0c3b01c..5c8bd2a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4743,
+/**/
     4742,
 /**/
     4741,