patch 9.0.0383: Coverity complains about unused value

Problem:    Coverity complains about unused value.
Solution:   Use the value.
diff --git a/src/version.c b/src/version.c
index 5961413..767fdc5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    383,
+/**/
     382,
 /**/
     381,