Update versions to 3.10.1

This commit is contained in:
Asher
2021-05-17 13:50:56 -05:00
parent b3bd6c3703
commit 6bbf7e9e7a
9 changed files with 19 additions and 18 deletions

View File

@@ -419,7 +419,7 @@ install_npm() {
echoh
echoerr "Please install npm or yarn to install code-server!"
echoerr "You will need at least node v12 and a few C dependencies."
echoerr "See the docs https://github.com/cdr/code-server/blob/v3.10.0/docs/install.md#yarn-npm"
echoerr "See the docs https://github.com/cdr/code-server/blob/v3.10.1/docs/install.md#yarn-npm"
exit 1
}