Fix windows shim

This commit is contained in:
Sander Declerck 2025-12-02 15:00:51 +01:00
parent 998d0c4faf
commit b632e0acda
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ param(
[switch]$includepython
)
$Version = "v0.0.6-binaries-beta"
$Version = "v0.0.7-binaries-beta"
$InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin"
$RepoUrl = "https://github.com/AikidoSec/safe-chain"

View file

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