From ab7a23ce41f076ca3304261d91971b6af45b55b0 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Tue, 11 Feb 2020 19:38:54 -0800 Subject: [PATCH] Update lint.sh --- other_project_defaults/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other_project_defaults/lint.sh b/other_project_defaults/lint.sh index f6641ba..89e5518 100755 --- a/other_project_defaults/lint.sh +++ b/other_project_defaults/lint.sh @@ -6,10 +6,10 @@ # Copyright © 2020-present Jesse Squires # # SwiftLint -# https://github.com/realm/swiftlint +# https://github.com/realm/SwiftLint/releases/latest # ------------------------------ -VERSION="0.35.0" +VERSION="0.39.0" FOUND=$(swiftlint version) if which swiftlint >/dev/null; then