From b01e6f48c8bc58c2192343b06abe7e80e770d32d Mon Sep 17 00:00:00 2001 From: Felipe Avelar Date: Wed, 10 Feb 2021 16:14:08 +0000 Subject: [PATCH] Updated version number (#2045) --- internal/console/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/console/version.go b/internal/console/version.go index f221069cf9c..3f25206b4f8 100644 --- a/internal/console/version.go +++ b/internal/console/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const currentVersion = "Keeping Infrastructure as Code Secure v1.1.2" +const currentVersion = "Keeping Infrastructure as Code Secure v1.1.3" var versionCmd = &cobra.Command{ Use: "version",