Skip to content

Commit

Permalink
release 0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Sep 1, 2022
1 parent d72877a commit 57dc1c9
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.49.1: Buanderie Principale

_Note: The default branch for the SwiftLint git repository was renamed from
`master` to `main` on September 1st. Please update any code or automation
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.0")
public static let current = Version(value: "0.49.1")
}

0 comments on commit 57dc1c9

Please sign in to comment.