We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a996c9 commit bd055cdCopy full SHA for bd055cd
2 files changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ permissions:
16
pull-requests: write
17
18
env:
19
- SUI_VERSION: "1.70.2"
+ SUI_VERSION: "1.71.1"
20
21
jobs:
22
setup:
README.md
@@ -23,7 +23,7 @@ Sui smart contracts are written in Move leveraging the Sui Move framework.
23
24
Follow the installation guide in the [Sui documentation](https://docs.sui.io/guides/developer/getting-started/sui-install).
25
26
-**Required version**: Sui CLI [1.70.2](https://github.com/MystenLabs/sui/releases/tag/mainnet-v1.70.2).
+**Required version**: Sui CLI [1.71.1](https://github.com/MystenLabs/sui/releases/tag/mainnet-v1.71.1).
27
28
## Docs
29
0 commit comments