Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Oct 8, 2024
1 parent e2891a4 commit 2a199ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Nothing yet!

## 0.37.0

- Updates Swiftlint to 0.57.0.

## 0.36.1

- Fix missing SwiftLint installation error due to bad hash
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module DangerSwiftlint
VERSION = '0.36.1'
VERSION = '0.37.0'
SWIFTLINT_VERSION = '0.57.0'
SWIFTLINT_HASH = '100b4379098dc6760ef83424c2c2093b'
end

0 comments on commit 2a199ea

Please sign in to comment.