Skip to content

Commit

Permalink
Merge pull request #454 from codacy/bump-self-host-version
Browse files Browse the repository at this point in the history
bump: Self hosted version to 13.12.3 which is compatible with v10 SH …
  • Loading branch information
rubencodacy committed Feb 23, 2023
2 parents 854582b + f7a963f commit 1132856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1132856

Please sign in to comment.