From 638b5f5469e5f6e03eba05697800c65d02f85e1b Mon Sep 17 00:00:00 2001 From: Panja0 Date: Thu, 30 Sep 2021 11:56:30 +0200 Subject: [PATCH] Changed version number to correspond to the current version (v1.7.3) --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 337c93a..0d546d3 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -18,7 +18,7 @@ PS: For every new release, it takes some time to build the docker image, please ```bash cd git fetch --all -git checkout 1.7.0 --force +git checkout 1.7.3 --force npm install --legacy-peer-deps node node_modules/esbuild/install.js npm run build