docs: update version (#43)

This commit is contained in:
xrkffgg
2021-01-14 10:41:25 +08:00
committed by GitHub
parent 7619e79b94
commit 11acd15e70
14 changed files with 118 additions and 111 deletions

View File

@@ -1,7 +1,7 @@
const { readFileSync, writeFileSync } = require('fs');
const last = /v1\.9/g;
const now = 'v1.10';
const last = /v1\.10/g;
const now = 'v1.11';
let readme = readFileSync('./README.md', 'utf-8');
readme = readme.replace(last, now);