Skip to content

Commit

Permalink
Merge tag '7.90.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Sep 18, 2023
2 parents baa3d98 + ea8b782 commit 50463f5
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 244 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.89.0
MARKETING_VERSION = 7.90.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 = "\"357f365c05692d9674849261a9a91f71\""
public static let embeddedDataSHA = "cfa6f910f8d50b88d44a149f0e007bc8fd88b8b3b390ae013618599794d2c077"
public static let embeddedDataETag = "\"18cf17e7f3383d2f9d1f0f6643c90c04\""
public static let embeddedDataSHA = "3f37f6c999e2d358a343c9150b6f1ac3120931c027a173aa99dae571c2398f37"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 50463f5

Please sign in to comment.