Skip to content

Commit

Permalink
release 0.46.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Mar 7, 2022
1 parent ee7eee3 commit f3712b2
Showing 1 changed file with 1 addition and 1 deletion.
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.46.3")
public static let current = Version(value: "0.46.4")
}

0 comments on commit f3712b2

Please sign in to comment.