diff --git a/install/tfswitch.sh b/install/tfswitch.sh index 3982dd86..a21737af 100644 --- a/install/tfswitch.sh +++ b/install/tfswitch.sh @@ -19,7 +19,7 @@ install() { ARCH=$(uname -m | tr '[:upper:]' '[:lower:]') # renovate: datasource=github-tags depName=warrensbox/terraform-switcher - local TFSWITCH_VERSION="v1.10.0" + local TFSWITCH_VERSION="v1.12.0" if [[ ! -f "${HOME}/opt/tfswitch/tfswitch_${TFSWITCH_VERSION}" ]]; then mkdir -p "${HOME}/opt/tfswitch"