From f7a963fef3ee9299c502349c7cc2689ea806b9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Santos?= Date: Thu, 23 Feb 2023 12:03:43 +0000 Subject: [PATCH] bump: Self hosted version to 13.12.3 which is compatible with v10 SH release --- get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get.sh b/get.sh index 59b34568..161f9332 100755 --- a/get.sh +++ b/get.sh @@ -176,7 +176,7 @@ is_self_hosted_instance() { os_name=$(uname) # This version should be one that matches the latest self hosted release. -SELF_HOSTED_CODACY_REPORTER_VERSION="13.10.15" +SELF_HOSTED_CODACY_REPORTER_VERSION="13.12.3" # Find the latest version in case is not specified if [ -z "$CODACY_REPORTER_VERSION" ] || [ "$CODACY_REPORTER_VERSION" = "latest" ]; then