Skip to content

Commit

Permalink
Fix: Update Release Number in TS Client Installer Script (#274)
Browse files Browse the repository at this point in the history
* fix: update version in installer script

* changelog
  • Loading branch information
GhostOfGauss authored Oct 31, 2022
1 parent 2d12a38 commit 0617b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

### Changed
- [\#274](https://github.com/Manta-Network/manta-rs/pull/274) Update TS client installer script to use release 0.5.6.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ main() {
;;
esac

local _url="https://github.com/manta-network/manta-rs/releases/download/v0.5.5/manta-trusted-setup-${_arch}${_ext}"
local _url="https://github.com/manta-network/manta-rs/releases/download/v0.5.6/manta-trusted-setup-${_arch}${_ext}"

printf "[INFO] Installing manta-trusted-setup for the ${_arch} target ... "

Expand Down

0 comments on commit 0617b9e

Please sign in to comment.