Upgrade Clojure CLI (#1121)

This commit is contained in:
Michiel Borkent 2021-12-28 11:09:31 +01:00 committed by GitHub
parent e56cb4a50f
commit 818f2a9931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
set -euo pipefail
CLOJURE_TOOLS_VERSION="1.10.1.447"
CLOJURE_TOOLS_VERSION="1.10.3.1040"
install_dir="${1:-/usr/local}"
mkdir -p "$install_dir"