Skip to content

Commit

Permalink
cmd/sqlc: Bump version to v1.9.0-beta1 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy authored Aug 4, 2021
1 parent ce1e40e commit 5ddbe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
if version == "" {
// When no version is set, return the next bug fix version
// after the most recent tag
fmt.Printf("%s\n", "v1.8.1-devel")
fmt.Printf("%s\n", "v1.9.0-beta1")
} else {
fmt.Printf("%s\n", version)
}
Expand Down

0 comments on commit 5ddbe61

Please sign in to comment.