We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5978c commit 63f6b43Copy full SHA for 63f6b43
pkg/cmd/root/root.go
@@ -30,7 +30,7 @@ func NewRootCmd() *cobra.Command {
30
// Define the root command
31
cmd := &cobra.Command{
32
Use: "docli",
33
- Version: "0.3.5",
+ Version: "0.4.0",
34
Short: "Generate content for the Algolia docs on Mintlify",
35
Long: heredoc.Doc(`
36
Not all of Algolia's docs are handwritten.
0 commit comments