Skip to content

Commit

Permalink
Set version to 0.43.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Feb 17, 2021
1 parent 60242fd commit c9ef906
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 @@
## Master
## 0.43.0-rc.3: Clothes Line Interface

#### 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.42.0")
public static let current = Version(value: "0.43.0-rc.3")
}

0 comments on commit c9ef906

Please sign in to comment.