Skip to content

Commit

Permalink
Merge pull request #482 from codacy/fix-SH-version-get.sh
Browse files Browse the repository at this point in the history
fix SH version in get.sh file
  • Loading branch information
codacy-vrhpires authored Nov 23, 2023
2 parents a26475b + a9d1635 commit b09d0b0
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 @@ -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
Expand Down

0 comments on commit b09d0b0

Please sign in to comment.