Skip to content

Commit

Permalink
Merge tag '7.95.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Oct 31, 2023
2 parents ff096da + b89ce38 commit f6a30b2
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 330 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.94.0
MARKETING_VERSION = 7.95.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 = "\"34b6806ec63c85144adb71af7e899b40\""
public static let embeddedDataSHA = "167fdf9054fd7a0f8b2e9b5f84a8dae7d569752b0278d82b6a394380531f61e5"
public static let embeddedDataETag = "\"a0d037f309e88ecd0b730418db6d73c5\""
public static let embeddedDataSHA = "9fc440e5eb590195150839759a56b34dd91cd5d11c84867526467362b7da08e7"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit f6a30b2

Please sign in to comment.