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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esilverberg committed May 15, 2023
1 parent e19ea94 commit cc6da3c
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.5",
version = "0.0.6",
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.5/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "ba0324df635fd67cba7941e2cb0255a5a4f142cd7365bf11c9da23d0a85f699b"
url: "https://github.com/perrystreetsoftware/SwiftLint/releases/download/0.0.6/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "a5915b01cc7f6aa193aa5af3bf075be0f17abca7769f695e5af8978452759dfd"
)
]
)
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.5")
public static let current = Version(value: "0.0.6")
}

0 comments on commit cc6da3c

Please sign in to comment.