Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faber92 committed Sep 4, 2024
1 parent 3c78213 commit 70f1110
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 @@ -9,7 +9,7 @@ public struct Version: VersionComparable {
}

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

/// Public initializer.
///
Expand Down

0 comments on commit 70f1110

Please sign in to comment.