Skip to content

Commit 248e72b

Browse files
authored
cmd/sqlc: Bump version to v1.1.0 (#406)
1 parent e357cf3 commit 248e72b

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
@@ -46,7 +46,7 @@ var versionCmd = &cobra.Command{
4646
if version == "" {
4747
// When no version is set, return the next bug fix version
4848
// after the most recent tag
49-
fmt.Printf("%s\n", "v1.0.1")
49+
fmt.Printf("%s\n", "v1.1.0")
5050
} else {
5151
fmt.Printf("%s\n", version)
5252
}

0 commit comments

Comments
 (0)