Skip to content

Commit d2327ec

Browse files
committed
Prepare 0.64.0-rc.1 release
1 parent ca72b68 commit d2327ec

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.64.0-rc.1: All Windows Opened
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.63.1",
3+
version = "0.64.0-rc.1",
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.63.1")
12+
public static let current = Self(value: "0.64.0-rc.1")
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.63.1'
3+
s.version = '0.64.0-rc.1'
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)