Skip to content

Commit e9ab1e8

Browse files
authored
Merge pull request #202 from thomasjoulin/fix/swiftlint-hash
Fix Swiftlint hash
2 parents 68a9301 + c830804 commit e9ab1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module DangerSwiftlint
44
VERSION = '0.36.0'
55
SWIFTLINT_VERSION = '0.55.1'
6-
SWIFTLINT_HASH = '506b49a6d71512b25a511bca01065503'
6+
SWIFTLINT_HASH = '6c75a4e0ace4635ac85933b168c863dd'
77
end

0 commit comments

Comments
 (0)