diff --git a/scripts/run_client.sh b/scripts/run_client.sh index 36e2b20..fde0380 100755 --- a/scripts/run_client.sh +++ b/scripts/run_client.sh @@ -36,7 +36,7 @@ if [ ! -f eth.key ]; then fi # Set variables -VERSION="v0.1.4" +VERSION="v0.1.5" OS=$(get_os) ARCH=$(get_arch) DATA_DIR="data_client" diff --git a/scripts/windows/download-online.bat b/scripts/windows/download-online.bat index 9bc42e5..35f07d8 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.4" +set "VERSION=v0.1.5" 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 44d92ec..181a2c3 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.4" +set "VERSION=v0.1.5" 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 df31a90..cda5c5e 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.4" +set "VERSION=v0.1.5" set "OS=windows" call :get_arch ARCH set "DATA_DIR=data_client"