Skip to content

Commit

Permalink
Release 0.42.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 4, 2020
1 parent 03f13e5 commit 9b370ea
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.42.0-rc.1

#### 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.41.0")
public static let current = Version(value: "0.42.0-rc.1")
}

0 comments on commit 9b370ea

Please sign in to comment.