Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faber92 committed Jun 24, 2024
1 parent c3a58c9 commit cf03a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public struct Version {
public let value: String

/// The current SwiftLint version.
public static let current = Version(value: "0.55.1")
public static let current = Version(value: "0.55.1_regex_hack")
}

0 comments on commit cf03a6a

Please sign in to comment.