Skip to content

Commit

Permalink
Revert "Set version to 1.1.0"
Browse files Browse the repository at this point in the history
This reverts commit f76c429.
  • Loading branch information
dfed committed Jan 17, 2025
1 parent 8e68919 commit 7d26743
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"
"1.1.0-beta-1"
}

var safeDIOrigin: URL {
Expand Down

0 comments on commit 7d26743

Please sign in to comment.