Skip to content

Commit 292343c

Browse files
committed
Prepare 0.61.0 release
1 parent 5e6e59f commit 292343c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Main
3+
## 0.61.0: Even Fresher Breeze
44

55
### Breaking
66

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "swiftlint",
3-
version = "0.60.0",
3+
version = "0.61.0",
44
compatibility_level = 1,
55
repo_name = "SwiftLint",
66
)

Source/SwiftLintFramework/Models/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
99
}
1010

1111
/// The current SwiftLint version.
12-
public static let current = Self(value: "0.60.0")
12+
public static let current = Self(value: "0.61.0")
1313

1414
/// Public initializer.
1515
///

SwiftLint.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftLint'
3-
s.version = '0.60.0'
3+
s.version = '0.61.0'
44
s.summary = 'A tool to enforce Swift style and conventions.'
55
s.homepage = 'https://github.com/realm/SwiftLint'
66
s.license = { type: 'MIT', file: 'LICENSE' }

0 commit comments

Comments
 (0)