Skip to content

Commit 40b7408

Browse files
committed
Update package and version number for 0.50700.0 release.
1 parent bd89f0d commit 40b7408

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
@@ -179,15 +179,15 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
179179
package.dependencies += [
180180
.package(
181181
url: "https://github.com/apple/swift-argument-parser.git",
182-
branch: "main"
182+
.upToNextMinor(from: "1.1.4")
183183
),
184184
.package(
185185
url: "https://github.com/apple/swift-syntax",
186-
branch: "main"
186+
branch: "swift-5.7-RELEASE"
187187
),
188188
.package(
189189
url: "https://github.com/apple/swift-tools-support-core.git",
190-
branch: "main"
190+
.upToNextMinor(from: "0.2.7")
191191
),
192192
]
193193
} 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)