patch 8.2.3138: debugger test fails

Problem:    Debugger test fails.
Solution:   Adjust eval command.
diff --git a/src/version.c b/src/version.c
index 762f3f8..4c88268 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3138,
+/**/
     3137,
 /**/
     3136,