Skip to content

Commit 7671127

Browse files
committed
Update the containerization version
1 parent b0c6913 commit 7671127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222

2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
25-
let scVersion = "0.3.0"
25+
let scVersion = "0.4.1"
2626
let builderShimVersion = "0.3.0"
2727

2828
let package = Package(

0 commit comments

Comments
 (0)