Skip to content

Commit 9bcf9fb

Browse files
authored
Merge pull request #780 from bdronneau/renovate/warrensbox-terraform-switcher-1.x
chore(deps): update dependency warrensbox/terraform-switcher to v1.12.0
2 parents b3e627e + fff4f4e commit 9bcf9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tfswitch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install() {
1919
ARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
2020

2121
# renovate: datasource=github-tags depName=warrensbox/terraform-switcher
22-
local TFSWITCH_VERSION="v1.10.0"
22+
local TFSWITCH_VERSION="v1.12.0"
2323
if [[ ! -f "${HOME}/opt/tfswitch/tfswitch_${TFSWITCH_VERSION}" ]]; then
2424
mkdir -p "${HOME}/opt/tfswitch"
2525

0 commit comments

Comments
 (0)