patch 8.1.1108: test for 'visualbell' doesn't work

Problem:    Test for 'visualbell' doesn't work.
Solution:   Make 'belloff' empty.
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim
index 241c7b6..6cc0c1a 100644
--- a/src/testdir/test_options.vim
+++ b/src/testdir/test_options.vim
@@ -539,7 +539,9 @@
 endfunc
 
 func Test_visualbell()
+  set belloff=
   set visualbell
   call assert_beeps('normal 0h')
   set novisualbell
+  set belloff=all
 endfunc
diff --git a/src/version.c b/src/version.c
index e1809c6..08493fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1108,
+/**/
     1107,
 /**/
     1106,