From 9eeef4dfa240ace2c0143250b8c72a0d7c3b741e Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sat, 4 Apr 2020 12:13:12 -0700 Subject: [PATCH] Update lint.sh --- other_project_defaults/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_project_defaults/lint.sh b/other_project_defaults/lint.sh index 71cac8d..ee1edea 100755 --- a/other_project_defaults/lint.sh +++ b/other_project_defaults/lint.sh @@ -10,7 +10,7 @@ # https://github.com/realm/SwiftLint/releases/latest # ------------------------------ -VERSION="0.39.1" +VERSION="0.39.2" FOUND=$(swiftlint version) if which swiftlint >/dev/null; then