Skip to content

Commit

Permalink
Release 7.138.2-0 (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep authored Sep 25, 2024
1 parent d7731d4 commit 8f4af65
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 166 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.139.0
MARKETING_VERSION = 7.138.2
4 changes: 2 additions & 2 deletions Core/AppPrivacyConfigurationDataProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"aa6acaab3804053c652b64a3568cee2b\""
public static let embeddedDataSHA = "d56a1b7ff72713333d2d17e6825a6ab8f14d3f87b4b77c2406d74840d393960b"
public static let embeddedDataETag = "\"b22481a52900fd32462827d0e975a8b6\""
public static let embeddedDataSHA = "97d1793e96e62abc7d1ba7c9a56481ace1344f407539114d37f0d059359c988c"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 8f4af65

Please sign in to comment.