Skip to content

Commit

Permalink
release 0.51.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Feb 20, 2023
1 parent ed6793f commit b652231
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Main
## 0.51.0-rc.1: bzllint

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.50.3",
version = "0.51.0-rc.1",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -103,8 +103,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.50.3/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "abe7c0bb505d26c232b565c3b1b4a01a8d1a38d86846e788c4d02f0b1042a904"
url: "https://github.com/realm/SwiftLint/releases/download/0.51.0-rc.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "27c1d7442cadff39201c31ab4cec87ac55acbf3d6acdf743116e33f6340dd27f"
)
]
)
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/Models/Version.swift
Expand Up @@ -4,5 +4,5 @@ public struct Version {
public let value: String

/// The current SwiftLint version.
public static let current = Version(value: "0.50.3")
public static let current = Version(value: "0.51.0-rc.1")
}

0 comments on commit b652231

Please sign in to comment.