From 7e32f542595ecf3aa5aade80131434d723ace7b0 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Mon, 9 Dec 2024 12:15:49 -0500 Subject: [PATCH] changed version for allorad --- pages/devs/get-started/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index 87e5df4..db43887 100644 --- a/pages/devs/get-started/cli.mdx +++ b/pages/devs/get-started/cli.mdx @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic ### Installation ```Text bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.6.0 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.7.0 ```