Skip to content

Commit

Permalink
Update to release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Jan 5, 2025
1 parent 9d75a46 commit c372c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/ruskquery
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

API_ENDPOINT="${API_ENDPOINT:-http://127.0.0.1:8080}"
RUSK_VERSION="1.0.0-rc.0"
RUSK_VERSION="1.0.0"
CONTENT_TYPE="application/json"
INSTALLER_VERSION="v0.5.2"
INSTALLER_VERSION="v0.5.3"

show_help() {
echo "Dusk Query Tool"
Expand Down
2 changes: 1 addition & 1 deletion node-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ mkdir -p $CURRENT_HOME/.dusk/rusk-wallet
chown -R "$CURRENT_USER:dusk" "$CURRENT_HOME/.dusk"
chmod -R 770 "$CURRENT_HOME/.dusk"

INSTALLER_URL="https://github.com/dusk-network/node-installer/tarball/main"
INSTALLER_URL="https://github.com/dusk-network/node-installer/archive/refs/tags/v0.5.3.tar.gz"

echo "Downloading installer package for additional scripts and configurations"
curl -so /opt/dusk/installer/installer.tar.gz -L "$INSTALLER_URL"
Expand Down

0 comments on commit c372c21

Please sign in to comment.