Version bump

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2025-05-26 18:08:03 -05:00
parent ec2db2e867
commit c57fb50118
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -2,8 +2,8 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.39.0"
version = ">= 2.40.0"
}
}
required_version = ">= 1.9.0"
required_version = ">= 1.9.1"
}