Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Release 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
camposbrunocampos committed Sep 4, 2024
1 parent 12f1df9 commit 9506d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0.27",
version = "0.0.28",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ let package = Package(
package.targets.append(
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.27/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "b7a00febd41894eeeac2d600e8dc57f5a051f56fd4d90dc992e85af51b711c4d"
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.28/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "3c764cc1473e9aa407ec8701745961c2ff636a3ab22081fb241e3fd0d0d0e912"
)
)
#endif
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.0.27")
public static let current = Version(value: "0.0.28")
}

0 comments on commit 9506d1a

Please sign in to comment.