patch 9.0.0330: method tests fail

Problem:    Method tests fail.
Solution:   Adjust for change of items().
diff --git a/src/version.c b/src/version.c
index e9c9250..87881f1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    330,
+/**/
     329,
 /**/
     328,