Skip to content

Commit

Permalink
Prepare 0.58.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent fcdc98a commit a9b49d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Main
## 0.58.1: New Year’s Fresh Fold

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.58.0",
version = "0.58.1",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Models/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
}

/// The current SwiftLint version.
public static let current = Self(value: "0.58.0")
public static let current = Self(value: "0.58.1")

/// Public initializer.
///
Expand Down

0 comments on commit a9b49d9

Please sign in to comment.