From b91dc9e43e5757478bf611b19ef41d297d20fd3c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 21 Jan 2023 13:04:14 -0800 Subject: [PATCH] increase cli version --- cli/packages/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packages/cmd/root.go b/cli/packages/cmd/root.go index 6556a4c29..cac719c71 100644 --- a/cli/packages/cmd/root.go +++ b/cli/packages/cmd/root.go @@ -17,7 +17,7 @@ var rootCmd = &cobra.Command{ Short: "Infisical CLI is used to inject environment variables into any process", Long: `Infisical is a simple, end-to-end encrypted service that enables teams to sync and manage their environment variables across their development life cycle.`, CompletionOptions: cobra.CompletionOptions{HiddenDefaultCmd: true}, - Version: "0.2.4", + Version: "0.2.5", } // Execute adds all child commands to the root command and sets flags appropriately.