From b382cf43ea689ae25209501c4403b6ff8bc5ad61 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Tue, 10 Oct 2023 17:23:29 -0700 Subject: [PATCH] Prep 2.0.0-beta.3 release --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 02d5feb..6b877f2 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -39,7 +39,7 @@ func init() { const ( // Version app version - Version = "2.0.0-beta.2" + Version = "2.0.0-beta.3" // AWSCredentialsFormat format const AWSCredentialsFormat = "aws-credentials"