Skip to content

Commit f72d03c

Browse files
committed
Prepare 0.63.0-rc.2 release
1 parent bcb2a4c commit f72d03c

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.63.0-rc.2: High-Speed Extraction
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.62.2",
3+
version = "0.63.0-rc.2",
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.62.2")
12+
public static let current = Self(value: "0.63.0-rc.2")
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.62.2'
3+
s.version = '0.63.0-rc.2'
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)