Fix safe-chain in CI

This commit is contained in:
Sander Declerck 2025-12-02 13:58:27 +01:00
parent 9e1bdd4a31
commit 3002d27273
No known key found for this signature in database
3 changed files with 12 additions and 5 deletions

View file

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