From c5b10fc8e16ab9a994c51a8ec731650aa5fc731a Mon Sep 17 00:00:00 2001 From: Jocelyn Giroux Date: Tue, 9 Jul 2024 15:32:39 -0400 Subject: [PATCH] Just update the hardcoded version to start a pull request. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 25bd0e7aa7..e6f2fcbd7b 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) // VERSION is set at build time using -ldflags parameters. For more info, see http://stackoverflow.com/a/11355611/483528 -var VERSION = "1.4.1" +var VERSION = "2.7.13-local" // The main entrypoint for Terragrunt func main() {