Skip to content

Commit 5ddbe61

Browse files
authored
cmd/sqlc: Bump version to v1.9.0-beta1 (#1103)
1 parent ce1e40e commit 5ddbe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
5050
if version == "" {
5151
// When no version is set, return the next bug fix version
5252
// after the most recent tag
53-
fmt.Printf("%s\n", "v1.8.1-devel")
53+
fmt.Printf("%s\n", "v1.9.0-beta1")
5454
} else {
5555
fmt.Printf("%s\n", version)
5656
}

0 commit comments

Comments
 (0)