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.14
Browse files Browse the repository at this point in the history
  • Loading branch information
esilverberg committed Jun 8, 2023
1 parent dfd1d11 commit c93273b
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.10",
version = "0.0.14",
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 @@ -114,8 +114,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.10/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "536af66d2574b9f65b7ee0261da4f8b77699017fc2d6398ab7642010eaf819a6"
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.14/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "6fe664938fd698d6ed191c2910cab664f2fb977a870206f449ecf380fc7a3e93"
)
]
)
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.10")
public static let current = Version(value: "0.0.14")
}

0 comments on commit c93273b

Please sign in to comment.