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