Skip to content

Commit

Permalink
Merge tag '7.89.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Sep 12, 2023
2 parents 178157a + 525afda commit d90c3e4
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 212 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.88.1
MARKETING_VERSION = 7.89.0
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 = "\"b3acf772994c82ed870835c27a94de36\""
public static let embeddedDataSHA = "955ebdcac92bf5589e34e174e9cb8bcbe5170c9bbb5f6d0b4fa32290368a22b2"
public static let embeddedDataETag = "\"357f365c05692d9674849261a9a91f71\""
public static let embeddedDataSHA = "cfa6f910f8d50b88d44a149f0e007bc8fd88b8b3b390ae013618599794d2c077"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit d90c3e4

Please sign in to comment.