From c0931b96d889082eb99a53d915eba57793c40a3b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 2 Jan 2025 11:31:04 +0100 Subject: [PATCH] fix: use same wording --- cli/internal/deploy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/internal/deploy.go b/cli/internal/deploy.go index 72dc6f05..d7d4bc42 100644 --- a/cli/internal/deploy.go +++ b/cli/internal/deploy.go @@ -77,8 +77,8 @@ func NewVersionOverview( {"VERSION", toDeployVersion}, {fmt.Sprintf("%s.ENV", strings.ToUpper(app.Domain)), "---"}, - {"OLD", app.Recipe.EnvVersion}, - {"NEW", toDeployVersion}, + {"CURRENT VERSION", app.Recipe.EnvVersion}, + {"NEW VERSION", toDeployVersion}, } overview := formatter.CreateOverview(