Skip to content

Commit 9040f6c

Browse files
allevatodabrahams
authored andcommitted
Update package and version number for 0.50700.0 release.
1 parent e42008c commit 9040f6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215215
package.dependencies += [
216216
.package(
217217
url: "https://github.com/apple/swift-argument-parser.git",
218-
branch: "main"
218+
.upToNextMinor(from: "1.1.4")
219219
),
220220
.package(
221221
url: "https://github.com/apple/swift-syntax.git",
222-
branch: "main"
222+
branch: "swift-5.7-RELEASE"
223223
),
224224
.package(
225225
url: "https://github.com/apple/swift-tools-support-core.git",
226-
branch: "main"
226+
.upToNextMinor(from: "0.2.7")
227227
),
228228
]
229229
} else {

Sources/swift-format/VersionOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
2020
func validate() throws {
2121
if version {
2222
// TODO: Automate updates to this somehow.
23-
print("0.50500.0")
23+
print("0.50700.0")
2424
throw ExitCode.success
2525
}
2626
}

0 commit comments

Comments
 (0)