From c008c995645830349006931b9682fccb0fe530f1 Mon Sep 17 00:00:00 2001 From: tomerweller Date: Fri, 22 Dec 2023 11:49:04 -0800 Subject: [PATCH] Getting started: update CLI version --- docs/getting-started/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index 85eb62bc..9cec7871 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -74,7 +74,7 @@ contract will execute on network, however in a local sandbox. Install the Soroban CLI using `cargo install`. ```bash -cargo install --locked --version 20.1.0 soroban-cli +cargo install --locked --version 20.1.1 soroban-cli ``` :::info