Skip to content

Commit

Permalink
fix(foundryup): set proper version for use call (#9750)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Jan 23, 2025
1 parent 6d9e615 commit 36d1a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundryup/foundryup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
# NOTE: if you make modifications to this script, please increment the version number.
# Major / minor: incremented for each stable release of Foundry.
# Patch: incremented for each change between stable releases.
FOUNDRYUP_INSTALLER_VERSION="0.3.2"
FOUNDRYUP_INSTALLER_VERSION="0.3.3"

BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
FOUNDRY_DIR=${FOUNDRY_DIR:-"$BASE_DIR/.foundry"}
Expand Down Expand Up @@ -179,6 +179,7 @@ main() {
fi

# Use newly installed version.
FOUNDRYUP_VERSION=$FOUNDRYUP_TAG
use

say "done!"
Expand Down

0 comments on commit 36d1a1b

Please sign in to comment.