Skip to content
Snippets Groups Projects
Commit 1f92654d authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix bug in release script

parent 00d11c16
No related merge requests found
...@@ -36,6 +36,6 @@ rewrite("doc/compress.html", function(cmp) { ...@@ -36,6 +36,6 @@ rewrite("doc/compress.html", function(cmp) {
}); });
rewrite("index.html", function(index) { rewrite("index.html", function(index) {
return index.replace(/<strong>version 3.20<\/strong>/, return index.replace(/<strong>version \d+\.\d+<\/strong>/,
"<strong>version " + simple + "</strong>"); "<strong>version " + simple + "</strong>");
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment