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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
esilverberg committed May 18, 2023
1 parent c94c16f commit a0dcd77
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.7",
version = "0.0.8",
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.7/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "24d047c02527cb5834964f2269e14e791fa5f0ca614babb622101197610bf392"
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.8/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "ee3fd81fba04334de35878b9b188a62ec4fd49815df6f6f638b7289602d44260"
)
]
)
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.7")
public static let current = Version(value: "0.0.8")
}

0 comments on commit a0dcd77

Please sign in to comment.