Skip to content

Commit

Permalink
Release 7.96.0 (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 authored Nov 6, 2023
1 parent 5cc3464 commit 71ebac1
Show file tree
Hide file tree
Showing 5 changed files with 1,015 additions and 1,514 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.95.0
MARKETING_VERSION = 7.96.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 = "\"a0d037f309e88ecd0b730418db6d73c5\""
public static let embeddedDataSHA = "9fc440e5eb590195150839759a56b34dd91cd5d11c84867526467362b7da08e7"
public static let embeddedDataETag = "\"39c652b21aa330463726faf240e03445\""
public static let embeddedDataSHA = "b19c28e816008ace47a9e3e58f74eef6558b5cbdcd7d79d098d7d2e56d686075"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 71ebac1

Please sign in to comment.