From c9a08163c6164cd7b525f3fe97c4b59ea3b0827d Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:00:46 +0300 Subject: [PATCH] Update Codex to the latest release --- docker-compose.yaml | 2 +- scripts/utils.sh | 2 +- scripts/windows/download-online.bat | 2 +- scripts/windows/download.bat | 2 +- scripts/windows/run-client.bat | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7b5ef78..76ecc3e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ services: # Codex Node codex: - image: codexstorage/nim-codex:0.1.6 + image: codexstorage/nim-codex:0.1.7 container_name: codex command: - codex diff --git a/scripts/utils.sh b/scripts/utils.sh index 837d612..e4db088 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -2,7 +2,7 @@ # Variables NETWORK="${NETWORK:-testnet}" -VERSION="${VERSION:-v0.1.6}" +VERSION="${VERSION:-v0.1.7}" LOG_LEVEL="${LOG_LEVEL:-info}" DOWNLOAD="${DOWNLOAD}" diff --git a/scripts/windows/download-online.bat b/scripts/windows/download-online.bat index 9c86890..9f43fa6 100644 --- a/scripts/windows/download-online.bat +++ b/scripts/windows/download-online.bat @@ -9,7 +9,7 @@ set "OS=windows" call :get_arch ARCH set "ARCHIVE_EXT=.zip" set "EXE_EXT=.exe" -set "VERSION=v0.1.6" +set "VERSION=v0.1.7" set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%" set "EXTRACT_DIR=.\" set "BINARY_NAMES=codex" diff --git a/scripts/windows/download.bat b/scripts/windows/download.bat index 2afa543..59dee00 100644 --- a/scripts/windows/download.bat +++ b/scripts/windows/download.bat @@ -9,7 +9,7 @@ set "OS=windows" call :get_arch ARCH set "ARCHIVE_EXT=.zip" set "EXE_EXT=.exe" -set "VERSION=v0.1.6" +set "VERSION=v0.1.7" set "BASE_URL=http://192.168.88.253:8080" set "EXTRACT_DIR=.\" set "BINARY_NAMES=codex" diff --git a/scripts/windows/run-client.bat b/scripts/windows/run-client.bat index 2d99a1e..79c272c 100644 --- a/scripts/windows/run-client.bat +++ b/scripts/windows/run-client.bat @@ -44,7 +44,7 @@ if errorlevel 1 ( ) :: Set variables -set "VERSION=v0.1.6" +set "VERSION=v0.1.7" set "OS=windows" call :get_arch ARCH set "DATA_DIR=data_client"