We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0060ef commit 7c33f61Copy full SHA for 7c33f61
Changelog.md
@@ -4,6 +4,10 @@
4
5
- Nothing yet!
6
7
+## 0.30.1
8
+
9
+- Fixes problem with previous release. See [#179](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/179).
10
11
## 0.30.0
12
13
- Updates SwiftLint version to 0.46.2. See [#176](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/176).
lib/version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module DangerSwiftlint
- VERSION = '0.30.0'
+ VERSION = '0.30.1'
SWIFTLINT_VERSION = '0.46.2'
SWIFTLINT_HASH = '20dbcc13788993dd27b1076a13ca647d'
end
0 commit comments