We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8678b0 commit bdfd6deCopy full SHA for bdfd6de
1 file changed
cmd/version.go
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
15
Short: "Print the version number of docsql",
16
Long: `All software has versions. This is docsql's`,
17
Run: func(cmd *cobra.Command, args []string) {
18
- fmt.Println("docsql v1.0.0")
+ fmt.Println("docsql v1.0.1")
19
},
20
}
0 commit comments