From 28335ceabdba22b0e680a1fdd19fcf2e80a6703e Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 25 Dec 2022 16:11:10 -0500 Subject: [PATCH] update 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 0e905e34e5..6a0bdb80ca 100644 --- a/cli/packages/cmd/root.go +++ b/cli/packages/cmd/root.go @@ -15,7 +15,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{DisableDefaultCmd: true}, - Version: "0.1.13", + Version: "0.1.14", } // Execute adds all child commands to the root command and sets flags appropriately.