From f0e81f3a63a3531aaafa39e3e7539577a8105dea Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 14 Jul 2023 12:37:33 -0700 Subject: [PATCH] Update 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 72538ef..f991b8f 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.18.0} +VERSION=${VERSION:-1.19.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz