chore(release): bump version to 3.11.1

This commit is contained in:
Joe Previte
2021-08-06 11:28:35 -07:00
parent 73380379da
commit 911af4075f
8 changed files with 15 additions and 15 deletions

View File

@ -2,7 +2,7 @@
set -eu
# code-server's automatic install script.
# See https://coder.com/docs/code-server/v3.11.0/install
# See https://coder.com/docs/code-server/v3.11.1/install
usage() {
arg0="$0"
@ -66,7 +66,7 @@ fall back to npm so on architectures without pre-built releases this will error.
The installer will cache all downloaded assets into ~/.cache/code-server
More installation docs are at https://coder.com/docs/code-server/v3.11.0/install
More installation docs are at https://coder.com/docs/code-server/v3.11.1/install
EOF
}
@ -433,7 +433,7 @@ install_npm() {
fi
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://coder.com/docs/code-server/v3.11.0/install#yarn-npm"
echoerr "See the docs https://coder.com/docs/code-server/v3.11.1/install#yarn-npm"
exit 1
}