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 d8c0915 commit bca076dCopy full SHA for bca076d
internal/cmd/cmd.go
@@ -44,9 +44,9 @@ var versionCmd = &cobra.Command{
44
Short: "Print the sqlc version number",
45
Run: func(cmd *cobra.Command, args []string) {
46
if version == "" {
47
- // TODO: When no version is set, return the next bug fix version
+ // When no version is set, return the next bug fix version
48
// after the most recent tag
49
- fmt.Printf("%s\n", "v1.0.0")
+ fmt.Printf("%s\n", "v1.0.1")
50
} else {
51
fmt.Printf("%s\n", version)
52
}
0 commit comments