From 01e0f06efd1be07efff2d3822bb171453accb3bc Mon Sep 17 00:00:00 2001 From: Daniel Randall <10566468+dannyrandall@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:55:55 -0700 Subject: [PATCH] chore: bump env template patch version --- internal/pkg/deploy/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/deploy/env.go b/internal/pkg/deploy/env.go index 6930769f2e6..fc65ac59ce7 100644 --- a/internal/pkg/deploy/env.go +++ b/internal/pkg/deploy/env.go @@ -14,7 +14,7 @@ const ( // LegacyEnvTemplateVersion is the version associated with the environment template before we started versioning. LegacyEnvTemplateVersion = "v0.0.0" // LatestEnvTemplateVersion is the latest version number available for environment templates. - LatestEnvTemplateVersion = "v1.12.2" + LatestEnvTemplateVersion = "v1.12.3" EnvTemplateVersionBootstrap = "bootstrap" )