Skip to content

Commit

Permalink
Merge pull request #245 from klaviyo/bl/update-v3-revisions
Browse files Browse the repository at this point in the history
CHNL-12485: Update V3 API revisions
  • Loading branch information
belleklaviyo authored Jan 2, 2025
2 parents 2fbebac + c4c1046 commit 21440ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
- value: "application/json"
▿ (2 elements)
- key: "revision"
- value: "2023-07-15"
- value: "2024-10-15"

0 comments on commit 21440ba

Please sign in to comment.