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.
1 parent b3cf6e5 commit 06c5b41Copy full SHA for 06c5b41
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.11.0"
23
if [[ ! -f "${HOME}/opt/tfswitch/tfswitch_${TFSWITCH_VERSION}" ]]; then
24
mkdir -p "${HOME}/opt/tfswitch"
25
0 commit comments