Skip to content

Commit

Permalink
CHANGE version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Feb 19, 2024
1 parent 9e4d560 commit f6aee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TuistPluginOutdatedFramework/Core/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import SwiftVersionCompare
public typealias C = Constants

public enum Constants {
public static let version = Version(0, 1, 0)
public static let version = Version(0, 2, 0)
public static let relativePathToResolvedFile = "/Package.resolved"
}

0 comments on commit f6aee07

Please sign in to comment.