diff --git a/docs/cli.md b/docs/cli.md index 33bdf0d..a0a167f 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -29,7 +29,7 @@ First of all, you need to create a `Deploy.toml` file at the root of your contra This file describes the `cargo-contract` version that will be used during the build: ```toml -cargo_contract_version = "3.0.1" +cargo_contract_version = "3.1.0" ``` You can check this file into your VCS to share the same configuration with your development team.