Skip to content

Commit b09d0b0

Browse files
Merge pull request #482 from codacy/fix-SH-version-get.sh
fix SH version in get.sh file
2 parents a26475b + a9d1635 commit b09d0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ os_name=$(uname)
179179
os_name_arch=$(uname -sm)
180180

181181
# This version should be one that matches the latest self hosted release.
182-
SELF_HOSTED_CODACY_REPORTER_VERSION="13.13.9"
182+
SELF_HOSTED_CODACY_REPORTER_VERSION="13.13.14"
183183

184184
# Find the latest version in case is not specified
185185
if [ -z "$CODACY_REPORTER_VERSION" ] || [ "$CODACY_REPORTER_VERSION" = "latest" ]; then

0 commit comments

Comments
 (0)