From 192a41833c067a403aff810fc9be40c39889be8d Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Thu, 16 Jan 2025 17:11:49 -0800 Subject: [PATCH] Set version to 1.1.0-beta-1 --- Plugins/Shared.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Shared.swift b/Plugins/Shared.swift index ac63cc41..f7a887df 100644 --- a/Plugins/Shared.swift +++ b/Plugins/Shared.swift @@ -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 {