Skip to content

Commit ad53cfe

Browse files
authored
cmd/sqlc: Bump version to v1.11.0
1 parent b0989e1 commit ad53cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var versionCmd = &cobra.Command{
6262
if version == "" {
6363
// When no version is set, return the next bug fix version
6464
// after the most recent tag
65-
fmt.Printf("%s\n", "v1.10.0")
65+
fmt.Printf("%s\n", "v1.11.0")
6666
} else {
6767
fmt.Printf("%s\n", version)
6868
}

0 commit comments

Comments
 (0)