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

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