From de6dadfec15a5da0bcf63cc16232d5692a72abce Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sun, 23 Feb 2020 12:30:12 -0800 Subject: [PATCH] Update lint.sh --- other_project_defaults/lint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/other_project_defaults/lint.sh b/other_project_defaults/lint.sh index 89e5518..71cac8d 100755 --- a/other_project_defaults/lint.sh +++ b/other_project_defaults/lint.sh @@ -4,12 +4,13 @@ # https://www.jessesquires.com # # Copyright © 2020-present Jesse Squires +# https://github.com/jessesquires/.github # # SwiftLint # https://github.com/realm/SwiftLint/releases/latest # ------------------------------ -VERSION="0.39.0" +VERSION="0.39.1" FOUND=$(swiftlint version) if which swiftlint >/dev/null; then