From cfc6b3a626f4e8798e45e9d288538da8447a353e Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:55:41 +0300 Subject: [PATCH] Set Codex version using a variable --- scripts/utils.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/utils.sh b/scripts/utils.sh index b102f28..837d612 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -2,6 +2,9 @@ # Variables NETWORK="${NETWORK:-testnet}" +VERSION="${VERSION:-v0.1.6}" +LOG_LEVEL="${LOG_LEVEL:-info}" +DOWNLOAD="${DOWNLOAD}" # Function to detect OS get_os() {