From a9d163505b599ee4c9020c603d341154862f18bd Mon Sep 17 00:00:00 2001 From: David Marinho Date: Thu, 23 Nov 2023 14:35:25 +0000 Subject: [PATCH] fix SH version in get.sh file --- get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get.sh b/get.sh index bc48fa47..d9aabcf0 100755 --- a/get.sh +++ b/get.sh @@ -179,7 +179,7 @@ os_name=$(uname) os_name_arch=$(uname -sm) # This version should be one that matches the latest self hosted release. -SELF_HOSTED_CODACY_REPORTER_VERSION="13.13.9" +SELF_HOSTED_CODACY_REPORTER_VERSION="13.13.14" # Find the latest version in case is not specified if [ -z "$CODACY_REPORTER_VERSION" ] || [ "$CODACY_REPORTER_VERSION" = "latest" ]; then