Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 1c2abb9

Browse files
authored
Release 7.144.0-0 (#3528)
Please make sure all GH checks passed before merging. It can take around 20 minutes. Briefly review this PR to see if there are no issues or red flags and then merge it.
1 parent 556b858 commit 1c2abb9

File tree

6 files changed

+141
-169
lines changed

6 files changed

+141
-169
lines changed

Configuration/Version.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.143.0
1+
MARKETING_VERSION = 7.144.0

Core/AppPrivacyConfigurationDataProvider.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import BrowserServicesKit
2323
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {
2424

2525
public struct Constants {
26-
public static let embeddedDataETag = "\"f8b9cfd5f1eb7b77c21d4476f85bd177\""
27-
public static let embeddedDataSHA = "c26c97714d73a9e1e99dbd341d5890da42b49d34a296672be3d3cea00bdd37a0"
26+
public static let embeddedDataETag = "\"516f95a16f7a556c58e14ee6f193cc30\""
27+
public static let embeddedDataSHA = "87314e1ac02784472a722844a27b443b0387a164ac72afaac00d9a70731fc572"
2828
}
2929

3030
public var embeddedDataEtag: String {

0 commit comments

Comments
 (0)