Update release version

This commit is contained in:
Sander Declerck 2025-12-01 14:59:20 +01:00
parent 8f80266ad3
commit b6ea61170f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Usage: iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1" -UseBasicParsing) # Usage: iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
$Version = "v0.0.3-binaries-beta" $Version = "v0.0.4-binaries-beta"
$InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin" $InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin"
$RepoUrl = "https://github.com/AikidoSec/safe-chain" $RepoUrl = "https://github.com/AikidoSec/safe-chain"

View file

@ -7,7 +7,7 @@
set -e # Exit on error set -e # Exit on error
# Configuration # Configuration
VERSION="${SAFE_CHAIN_VERSION:-v0.0.3-binaries-beta}" VERSION="${SAFE_CHAIN_VERSION:-v0.0.4-binaries-beta}"
INSTALL_DIR="${HOME}/.safe-chain/bin" INSTALL_DIR="${HOME}/.safe-chain/bin"
REPO_URL="https://github.com/AikidoSec/safe-chain" REPO_URL="https://github.com/AikidoSec/safe-chain"