Skip to content

Commit

Permalink
bump: Self hosted version to 13.12.3 which is compatible with v10 SH …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
rubencodacy committed Feb 23, 2023
1 parent 854582b commit f7a963f
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 f7a963f

Please sign in to comment.