patch 8.2.4411: bicep files are not recognized

Problem:    Bicep files are not recognized.
Solution:   Match *.bicep files. (Dundar Goc, closes #9791)
diff --git a/src/version.c b/src/version.c
index d8b00f1..5cfd0a9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4411,
+/**/
     4410,
 /**/
     4409,