0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-22 00:30:40 +00:00

chore: version bump tf to 0.12.16

This commit is contained in:
Jacob McCann 2019-11-26 09:01:47 -06:00
parent 17dc452961
commit 8c253a190d
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

@ -12,7 +12,7 @@ fi
major=$(echo $tag | awk -F. '{print $1}')
minor=$(echo $tag | awk -F. '{print $2}')
tf_ver="0.12.11"
tf_ver="0.12.16"
echo "Confirm building images for:"
echo " MAJOR: ${major}"