Increase cli version and decode hex for service token encryption key

This commit is contained in:
Maidul Islam
2023-01-05 17:55:37 -05:00
parent 054b3e3450
commit b60f0c1556
2 changed files with 2 additions and 2 deletions

View File

@@ -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{HiddenDefaultCmd: true},
Version: "0.1.16",
Version: "0.2.0",
}
// Execute adds all child commands to the root command and sets flags appropriately.