Version bump

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-05-26 12:20:48 -05:00
parent f8c06623a7
commit 92ce619cb7
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -2,8 +2,8 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.20.0"
version = ">= 2.20.1"
}
}
required_version = ">= 1.6.2"
required_version = ">= 1.7.1"
}