patch 9.0.0187: command line height changes when maximizing window height

Problem:    Command line height changes when maximizing window height.
Solution:   Do not change the command line height. (closes #10885)
diff --git a/src/version.c b/src/version.c
index 6e278e5..1e326b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    187,
+/**/
     186,
 /**/
     185,