bump to 0.1.5

This commit is contained in:
gmega 2024-10-07 18:55:31 -03:00
parent d4fcc89d9f
commit 7f74cb182a
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"