Skip to content

Commit

Permalink
release 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 21, 2022
1 parent 73e6cef commit 17779cb
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.46.0: Detergent Container

#### 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.45.1")
public static let current = Version(value: "0.46.0")
}

0 comments on commit 17779cb

Please sign in to comment.