From 97d62eea7570ccef7258d4ecc004b6b9308cf6b4 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 29 Oct 2024 12:07:12 -0400 Subject: [PATCH] bump(module): update versions.tf to match released module version --- version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.tf b/version.tf index 55397e7..80e6d93 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-prometheus" - module_version = "0.0.2" + module_version = "0.1.1" }