patch 8.2.0136: stray ch_logfile() call

Problem:    Stray ch_logfile() call.
Solution:   Remove it. (closes #5503)
diff --git a/src/testdir/test_source.vim b/src/testdir/test_source.vim
index a5f5d1f..b8fe842 100644
--- a/src/testdir/test_source.vim
+++ b/src/testdir/test_source.vim
@@ -50,7 +50,6 @@
 " When deleting a file and immediately creating a new one the inode may be
 " recycled.  Vim should not recognize it as the same script.
 func Test_different_script()
-  call ch_logfile('logfile', 'w')
   call writefile(['let s:var = "asdf"'], 'XoneScript')
   source XoneScript
   call delete('XoneScript')
diff --git a/src/version.c b/src/version.c
index acffb43..c23426b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    136,
+/**/
     135,
 /**/
     134,