Skip to content

Commit

Permalink
release 0.50.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 27, 2022
1 parent 1b59a3f commit c0b3206
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.3: 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.3")
}

0 comments on commit c0b3206

Please sign in to comment.