Update scripts

This commit is contained in:
Sander Declerck 2025-12-02 14:21:50 +01:00
parent f9b16cf03c
commit 998d0c4faf
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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