patch 8.2.2203: Moodle gift files are not recognized

Problem:    Moodle gift files are not recognized.
Solution:   Add a filetype pattern. (Delim Temizer)
diff --git a/src/version.c b/src/version.c
index b6fb593..e1e7856 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2203,
+/**/
     2202,
 /**/
     2201,