Skip to content

Commit

Permalink
update v3 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
belleklaviyo committed Dec 18, 2024
1 parent fafc824 commit a36a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KlaviyoCore/Networking/NetworkSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct NetworkSession {
self.data = data
}

fileprivate static let currentApiRevision = "2023-07-15"
fileprivate static let currentApiRevision = "2024-10-15"
fileprivate static let applicationJson = "application/json"
fileprivate static let acceptedEncodings = ["br", "gzip", "deflate"]
fileprivate static let mobileHeader = "1"
Expand Down

0 comments on commit a36a907

Please sign in to comment.