From 6dcd0b2daa67821907696c2e9f40d4e10ee2b00c Mon Sep 17 00:00:00 2001 From: Utpal Nadiger Date: Tue, 17 Oct 2023 16:47:43 +0530 Subject: [PATCH] added specify version --- docs/configuration/specifyingversion.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/configuration/specifyingversion.mdx diff --git a/docs/configuration/specifyingversion.mdx b/docs/configuration/specifyingversion.mdx new file mode 100644 index 000000000..dfdc19bf7 --- /dev/null +++ b/docs/configuration/specifyingversion.mdx @@ -0,0 +1,4 @@ +--- +title: 'Specifying Version' +--- +For serious use cases always use a pinned version which is of the form `@vX.Y.Z` since this will download compiled binary. In addition to being faster to run, it is also more secure than using a commit from a branch.