diff --git a/foundryup/foundryup b/foundryup/foundryup index a2f968ff2733..72429b5b35d0 100755 --- a/foundryup/foundryup +++ b/foundryup/foundryup @@ -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"} @@ -179,6 +179,7 @@ main() { fi # Use newly installed version. + FOUNDRYUP_VERSION=$FOUNDRYUP_TAG use say "done!"