Skip to content

Commit

Permalink
Reapply "Set version to 1.1.0"
Browse files Browse the repository at this point in the history
This reverts commit 7d26743.
  • Loading branch information
dfed committed Jan 17, 2025
1 parent 7d26743 commit 50b523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Shared.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import PackagePlugin
// As of Xcode 15.0, Xcode command plugins have no way to read the package manifest, therefore we must hardcode the version number.
// It is okay for this number to be behind the most current release if the inputs and outputs to SafeDITool have not changed.
// Unlike SPM plugins, Xcode plugins can not determine the current version number, so we must hardcode it.
"1.1.0-beta-1"
"1.1.0"
}

var safeDIOrigin: URL {
Expand Down

0 comments on commit 50b523d

Please sign in to comment.