Skip to content

Commit 871a4ca

Browse files
andrewb1269claude
andcommitted
chore: update solo version to 0.79.1
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 1439634 commit 871a4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/solo/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
# Installs the Solo CLI globally. Pinned to the same version CI uses so local and
55
# CI deploys stay reproducible.
6-
SOLO_VERSION="${SOLO_VERSION:-0.72.0}"
6+
SOLO_VERSION="${SOLO_VERSION:-0.79.1}"
77

88
echo "Installing @hiero-ledger/solo@${SOLO_VERSION} globally via npm..."
99
npm install -g "@hiero-ledger/solo@${SOLO_VERSION}"

0 commit comments

Comments
 (0)