Skip to content

Commit

Permalink
Fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdem Köşk committed Jul 10, 2024
1 parent ea4484b commit 7e66d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Command interface {

var rootCmd = &cobra.Command{
Use: "envolve",
Version: "1.0.17",
Version: "1.0.19",
Short: "Envolve CLI is a tool for effortless .env file management.",
Long: fmt.Sprintf(`%sEnvolve%s is your solution for effortless .env file management. With %sEnvolve%s, you can seamlessly gather, arrange, and fine-tune environment variables
across all your projects, ensuring that your configuration data is always at your fingertips without the risk of loss. `,
Expand Down

0 comments on commit 7e66d5f

Please sign in to comment.