diff --git a/turso/install b/turso/install index 85f1f1f38f..5f445b5906 100755 --- a/turso/install +++ b/turso/install @@ -5,7 +5,7 @@ if ! command -v tursodb >/dev/null 2>&1; then sudo apt-get update -y sudo apt-get install -y curl curl --proto '=https' --tlsv1.2 -LsSf \ - https://github.com/tursodatabase/turso/releases/download/v0.6.0-pre.27/turso_cli-installer.sh | sh + https://github.com/tursodatabase/turso/releases/download/v0.7.0/turso_cli-installer.sh | sh fi export HOME=${HOME:=~}