Skip to content

Commit

Permalink
Release 7.97.1 (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak authored Nov 20, 2023
1 parent 3bddbca commit 29786e1
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 35 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.97.0
MARKETING_VERSION = 7.97.1
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 = "\"71b1b5499f333348df4f9bc52b74185f\""
public static let embeddedDataSHA = "a5b30cf79e5efc40fec6fb28491a7484822041d927a6e2d8c9c7ccd3bd236c61"
public static let embeddedDataETag = "\"62f182aaa7eb0d03e4f1166c53391219\""
public static let embeddedDataSHA = "99c7b9bf4fadaafcdff5bfe7e03c9bbecc58d5f965c1470b44b51bda5d280b88"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 29786e1

Please sign in to comment.