From c1f847b008d4c9f9cfd6e0e2449100bb608d4fc5 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 22 Nov 2020 19:11:57 -0800 Subject: [PATCH] cmd/sqlc: Bump to version v1.6.0 (#806) --- internal/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/cmd.go b/internal/cmd/cmd.go index a418389c0c..08ec8552ef 100644 --- a/internal/cmd/cmd.go +++ b/internal/cmd/cmd.go @@ -46,7 +46,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.5.1-devel") + fmt.Printf("%s\n", "v1.6.0") } else { fmt.Printf("%s\n", version) }