patch 8.1.0336: mkview test still fails on CI

Problem:    mkview test still fails on CI.
Solution:   Ignore curswant, don't see another solution.
diff --git a/src/version.c b/src/version.c
index b5cfc67..baf005e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    336,
+/**/
     335,
 /**/
     334,