From 17f08bae87d9e22b244df4143e3e0f7de7046903 Mon Sep 17 00:00:00 2001 From: Brian Li Date: Fri, 4 Oct 2024 16:14:08 -0400 Subject: [PATCH] Update aptos version --- sh_scripts/dev_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh_scripts/dev_setup.sh b/sh_scripts/dev_setup.sh index 711c1df4..dfdb09ac 100755 --- a/sh_scripts/dev_setup.sh +++ b/sh_scripts/dev_setup.sh @@ -11,7 +11,7 @@ if ! command -v aptos &>/dev/null; then echo "aptos could not be found" echo "installing it..." TARGET=Ubuntu-x86_64 - VERSION=3.3.0 + VERSION=4.2.1 wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v$VERSION/aptos-cli-$VERSION-$TARGET.zip unzip aptos-cli-$VERSION-$TARGET.zip chmod +x aptos