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.21
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarvgg committed Jul 24, 2024
1 parent 78b1ea3 commit 4b1680b
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.20",
version = "0.0.21",
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.20/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "902e52452a606d7e216a6bc666bc9a70387d24354e3802429a685674ce5c439d"
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.21/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "38f2a3bb97223cfbac1c76b13acc4e53308d3bfc9b7c814816313905c211d794"
)
)
#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.20")
public static let current = Version(value: "0.0.21")
}

0 comments on commit 4b1680b

Please sign in to comment.