Skip to content

Commit

Permalink
Merge pull request #456 from codacy/bump/bump-sh-version
Browse files Browse the repository at this point in the history
bump: Self hosted version to 13.13.0 for SH release 11.0.0
  • Loading branch information
MiguelMarcelino committed Apr 21, 2023
2 parents d3a4da6 + 2b109fe commit 69bb96e
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.12.3"
SELF_HOSTED_CODACY_REPORTER_VERSION="13.13.0"

# 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 69bb96e

Please sign in to comment.