Skip to content

Commit

Permalink
Merge branch 'release/7.85.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Aug 21, 2023
2 parents c7369db + cde4011 commit f8ae2ca
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 66 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.84.0
MARKETING_VERSION = 7.85.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 = "\"2cecc9ca4c7245cf93ad5e778167b2ed\""
public static let embeddedDataSHA = "8495544c85365cb8a432d37d4af552c9d8c09080243ed76d4077708a69b90f76"
public static let embeddedDataETag = "\"99c821c6657eb5bb4b6e93ac29e803ae\""
public static let embeddedDataSHA = "b7cfbb562a67448b9a9c7a518ab0a4ef2b818270dc10b92ea358545d06b02782"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit f8ae2ca

Please sign in to comment.