Skip to content

Commit b8759a0

Browse files
authored
cmd/sqlc: Bump version to v1.7.0 (#912)
1 parent 4e04f32 commit b8759a0

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
@@ -49,7 +49,7 @@ var versionCmd = &cobra.Command{
4949
if version == "" {
5050
// When no version is set, return the next bug fix version
5151
// after the most recent tag
52-
fmt.Printf("%s\n", "v1.6.1-devel")
52+
fmt.Printf("%s\n", "v1.7.0")
5353
} else {
5454
fmt.Printf("%s\n", version)
5555
}

0 commit comments

Comments
 (0)