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

@ -7,7 +7,7 @@
set -e # Exit on error
# 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"
REPO_URL="https://github.com/AikidoSec/safe-chain"