From 36ce25a846c8275e287ec3d9a2b49592aad02fea Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 30 Jun 2023 22:41: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 4a99e7b..72538ef 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.16.0} +VERSION=${VERSION:-1.18.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://downloads.sqlc.dev/sqlc_${VERSION}_$(get_os)_$(get_arch).tar.gz