Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
cmd/sqlc: Bump version to v1.21.0
  • Loading branch information
kyleconroy committed Sep 6, 2023
commit a4a5f8d48dd4ddb2a8dd6739e46fd7885cbee989
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body:
description: What version of sqlc are you running? If you don't know, run `sqlc version`.
multiple: false
options:
- 1.21.0
- 1.20.0
- 1.19.1
- 1.19.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Riza, Inc.'

# The full version, including alpha/beta/rc tags
release = '1.20.0'
release = '1.21.0'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ docker run --rm -v "%cd%:/src" -w /src sqlc/sqlc generate

## Downloads

Get pre-built binaries for *v1.20.0*:
Get pre-built binaries for *v1.21.0*:

- [Linux](https://downloads.sqlc.dev/sqlc_1.20.0_linux_amd64.tar.gz)
- [macOS](https://downloads.sqlc.dev/sqlc_1.20.0_darwin_amd64.zip)
- [Windows](https://downloads.sqlc.dev/sqlc_1.20.0_windows_amd64.zip)
- [Linux](https://downloads.sqlc.dev/sqlc_1.21.0_linux_amd64.tar.gz)
- [macOS](https://downloads.sqlc.dev/sqlc_1.21.0_darwin_amd64.zip)
- [Windows](https://downloads.sqlc.dev/sqlc_1.21.0_windows_amd64.zip)

See [downloads.sqlc.dev](https://downloads.sqlc.dev/) for older versions.
2 changes: 1 addition & 1 deletion internal/info/facts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package info

// When no version is set, return the next bug fix version
// after the most recent tag
const Version = "v1.20.0"
const Version = "v1.21.0"