patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command

Problem:    Typo on DOCMD_RANGEOK results in not recognizing command.
Solution:   Correct the typo. (closes #9539)
diff --git a/src/version.c b/src/version.c
index 44691de..8862674 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4113,
+/**/
     4112,
 /**/
     4111,