Skip to content

Commit

Permalink
Release 7.98.0 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak authored Nov 22, 2023
1 parent 34c2163 commit 83bc0d1
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 56 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.98.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 = "\"71b1b5499f333348df4f9bc52b74185f\""
public static let embeddedDataSHA = "a5b30cf79e5efc40fec6fb28491a7484822041d927a6e2d8c9c7ccd3bd236c61"
public static let embeddedDataETag = "\"b8a321aec612923a53b958fbdbfa541e\""
public static let embeddedDataSHA = "af271d73da0863e678670fb0d9cf4f8269ddb7e584599bfb57d5a370961dbc4b"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 83bc0d1

Please sign in to comment.