Skip to content

Commit f85eecf

Browse files
authored
cmd/sqlc: Bump version to v1.4.0 (#547)
1 parent 0c589c9 commit f85eecf

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.3.1-devel")
49+
fmt.Printf("%s\n", "v1.4.0")
5050
} else {
5151
fmt.Printf("%s\n", version)
5252
}

0 commit comments

Comments
 (0)