Skip to content

Commit

Permalink
release 0.50.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 17, 2022
1 parent e9f2248 commit 8d4ebcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Main
## 0.50.0-rc.2: Artisanal Clothes Pegs

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintFramework/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.49.1")
public static let current = Version(value: "0.50.0-rc.2")
}

0 comments on commit 8d4ebcc

Please sign in to comment.