diff --git a/quiz.js b/quiz.js
index c18dcce1f1f32fe12b4a2ff93e6b1387dceee399..737a16cb71585a55b2ceed6a169a9553621afd9e 100644
--- a/quiz.js
+++ b/quiz.js
@@ -1,9 +1,8 @@
 // This horrible file is distributed under the CC0 license.  Consult
 // ./LICENSE for more details.
 
-const version = "$Id: quiz.js,v 1.7 2024/01/12 10:24:46 oj14ozun Exp oj14ozun $";
-
 "use strict";
+const version = "$Id: quiz.js,v 1.8 2024/01/15 16:33:33 oj14ozun Exp oj14ozun $";
 
 const answers     = document.getElementById("answers");
 const text        = document.getElementById("text");