From 9ecf5780f2f6065be5627fea9d7cd7d8e75870c2 Mon Sep 17 00:00:00 2001 From: Dan Price Date: Fri, 6 May 2022 19:52:51 +0000 Subject: [PATCH] Add 1.13.0 to Issue Template --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d701f789af..9bdb035e70 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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.13.0 - 1.12.0 - 1.11.0 - 1.10.0