From d0ea088d7fba791d2c8d62a0fe582baae4e7651d Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 12 Sep 2023 18:01:46 -0700 Subject: [PATCH] Bump sqlc version to 1.21.0 --- 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 a3194dc..9067425 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.20.0} +VERSION=${VERSION:-1.21.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz