diff --git a/doc/manual.html b/doc/manual.html
index f61c1e1d7a015605a6b369c6e5570a6594d46bd3..408ac8bceb85c35414042d4c86db3a13b0d43025 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -69,7 +69,7 @@
 <section class=first id=overview>
     <h2 style="position: relative">
       User manual and reference guide
-      <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.17.0</span>
+      <span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.17.1</span>
     </h2>
 
     <p>CodeMirror is a code-editor component that can be embedded in
diff --git a/lib/codemirror.js b/lib/codemirror.js
index 5009f836cbffedef68681071b165f311d558f43c..ff7126fb7f5e6d9386af1fbf59b15b1f72d969dc 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -8929,7 +8929,7 @@
 
   // THE END
 
-  CodeMirror.version = "5.17.0";
+  CodeMirror.version = "5.17.1";
 
   return CodeMirror;
 });
diff --git a/package.json b/package.json
index fa09ced88851a38f971b90573900e27385dfde65..135a9608c1b08a43d1e060e19d1585a52a0f6877 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "codemirror",
-    "version":"5.17.0",
+    "version":"5.17.1",
     "main": "lib/codemirror.js",
     "description": "Full-featured in-browser code editor",
     "license": "MIT",