From d1b32c6da1771c107d1b303fba58a18680b7e748 Mon Sep 17 00:00:00 2001 From: Fabian Yamaguchi Date: Tue, 18 May 2021 23:13:53 +0200 Subject: [PATCH] Upgrade joern (#83) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4cc50c6..ee1cf00 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -o pipefail set -o nounset set -eu -readonly JOERN_VERSION="v1.1.156" +readonly JOERN_VERSION="v1.1.165" if [ "$(uname)" = 'Darwin' ]; then # get script location