Update lint.sh

This commit is contained in:
Jesse Squires 2020-02-23 12:30:12 -08:00 committed by GitHub
parent eb19652b97
commit de6dadfec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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