patch 8.2.3089: garbage collection has useless code

Problem:    Garbage collection has useless code.
Solution:   Bail out when aborting. (closes #8504)
diff --git a/src/version.c b/src/version.c
index 0c98a98..eb9f9f3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3089,
+/**/
     3088,
 /**/
     3087,