We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e627e + fff4f4e commit 9bcf9fbCopy full SHA for 9bcf9fb
install/tfswitch.sh
@@ -19,7 +19,7 @@ install() {
19
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
20
21
# renovate: datasource=github-tags depName=warrensbox/terraform-switcher
22
- local TFSWITCH_VERSION="v1.10.0"
+ local TFSWITCH_VERSION="v1.12.0"
23
if [[ ! -f "${HOME}/opt/tfswitch/tfswitch_${TFSWITCH_VERSION}" ]]; then
24
mkdir -p "${HOME}/opt/tfswitch"
25
0 commit comments