From 004de0eb1fb773a49048553bab8cd9079e0ffcbb Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 3 Aug 2023 11:16:43 -0700 Subject: [PATCH] Bump sqlc version --- dot_local/bin/executable_install-sqlc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_install-sqlc b/dot_local/bin/executable_install-sqlc index f991b8f..a3194dc 100755 --- a/dot_local/bin/executable_install-sqlc +++ b/dot_local/bin/executable_install-sqlc @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=sqlc -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.20.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz