mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-08 00:13:06 +00:00
bump to 0.1.5
This commit is contained in:
parent
d4fcc89d9f
commit
7f74cb182a
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user