Skip to content

cmd/sqlc: Bump version to v1.4.0 #547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2020
Merged

cmd/sqlc: Bump version to v1.4.0 #547

merged 1 commit into from
Jun 17, 2020

Conversation

kyleconroy
Copy link
Collaborator

No description provided.

@kyleconroy kyleconroy merged commit f85eecf into master Jun 17, 2020
@kyleconroy kyleconroy deleted the version-one-four branch June 17, 2020 15:41
@@ -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.3.1-devel")
fmt.Printf("%s\n", "v1.4.0")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just use Println here... or Print("v1.4.0\n")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants