From 0c231b1a556c7efc3fe3a8f5c5d809d1db784a40 Mon Sep 17 00:00:00 2001 From: Daud Kakumirizi Date: Mon, 27 May 2024 14:38:45 +0300 Subject: [PATCH] OZ-526: Update install-stable.sh script to point to alpha.10 (#69) --- scripts/install-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-stable.sh b/scripts/install-stable.sh index 88222e6..deeb7a1 100755 --- a/scripts/install-stable.sh +++ b/scripts/install-stable.sh @@ -22,7 +22,7 @@ echo "" # TODO: Upon release, replace this with the latest stable version -ozoneVersion=${1:-1.0.0-SNAPSHOT} +ozoneVersion=${1:-1.0.0-alhpa.10} echo "$INFO Ozone version: $ozoneVersion"