Skip to content

Commit 2573501

Browse files
Update containerization to include apple/containerization#329
Signed-off-by: Kathryn Baldauf <[email protected]>
1 parent c38666a commit 2573501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PackageDescription
2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
2525
let builderShimVersion = "0.6.1"
26-
let scVersion = "0.10.0"
26+
let scVersion = "0.10.1"
2727

2828
let package = Package(
2929
name: "container",

0 commit comments

Comments
 (0)