Skip to content

Commit

Permalink
Update soroban-cli version (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 10, 2022
1 parent 2c2d793 commit 2c31c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract will execute on network, however in a local sandbox.
Install the Soroban CLI using `cargo install`.

```sh
cargo install --locked --version 0.1.0 soroban-cli
cargo install --locked --version 0.1.1 soroban-cli
```

:::info
Expand All @@ -72,7 +72,7 @@ soroban

```
❯ soroban -h
soroban 0.1.0
soroban 0.1.1
https://soroban.stellar.org
USAGE:
Expand Down

0 comments on commit 2c31c05

Please sign in to comment.