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",