mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Update release version
This commit is contained in:
parent
8f80266ad3
commit
b6ea61170f
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Usage: iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
|
# Usage: iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
|
||||||
|
|
||||||
|
|
||||||
$Version = "v0.0.3-binaries-beta"
|
$Version = "v0.0.4-binaries-beta"
|
||||||
$InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin"
|
$InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin"
|
||||||
$RepoUrl = "https://github.com/AikidoSec/safe-chain"
|
$RepoUrl = "https://github.com/AikidoSec/safe-chain"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
set -e # Exit on error
|
set -e # Exit on error
|
||||||
|
|
||||||
# Configuration
|
# 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"
|
INSTALL_DIR="${HOME}/.safe-chain/bin"
|
||||||
REPO_URL="https://github.com/AikidoSec/safe-chain"
|
REPO_URL="https://github.com/AikidoSec/safe-chain"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue