From ae66b1b3d84c4e64c2004b6d0b16f083f9d82231 Mon Sep 17 00:00:00 2001 From: Naveenraj M <22456988+naveenrajm7@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:24:37 -0600 Subject: [PATCH] update version in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e3445d..0717334 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Then, run [`packer init`](https://developer.hashicorp.com/packer/docs/commands/i packer { required_plugins { utm = { - version = ">=v0.0.1" + version = ">=v0.0.2" source = "github.com/naveenrajm7/utm" } }