patch 8.1.0097: superfluous space before exclamation mark

Problem:    Superfluous space before exclamation mark.
Solution:   Remove the space.  Don't translate debug message.
diff --git a/src/version.c b/src/version.c
index eda5ad4..f440ff9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    97,
+/**/
     96,
 /**/
     95,