We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d1ba commit dd29b48Copy full SHA for dd29b48
cmd/root.go
@@ -10,7 +10,7 @@ var rootCmd = &cobra.Command{
10
Long: `An easy and robust software development environment
11
tool helping you from project creation until deployment.
12
Complete documentation is available at https://kool.dev`,
13
- Version: "1.0.8",
+ Version: "1.0.10",
14
}
15
16
// Execute proxies the call to cobra root command
0 commit comments