Skip to content

Commit

Permalink
Update soroban-cli to v0.1.2 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 11, 2022
1 parent bb44fb7 commit e494adf
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.1 soroban-cli
cargo install --locked --version 0.1.2 soroban-cli
```

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

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

0 comments on commit e494adf

Please sign in to comment.