Skip to content

Commit 1f92654

Browse files
committed
Fix bug in release script
1 parent 00d11c1 commit 1f92654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ rewrite("doc/compress.html", function(cmp) {
3636
});
3737

3838
rewrite("index.html", function(index) {
39-
return index.replace(/<strong>version 3.20<\/strong>/,
39+
return index.replace(/<strong>version \d+\.\d+<\/strong>/,
4040
"<strong>version " + simple + "</strong>");
4141
});

0 commit comments

Comments
 (0)