From 1fcf147ceabb90a086c38a29612f1a2410e687f8 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Fri, 5 Jan 2024 10:17:29 -0800 Subject: [PATCH] Update versions --- Sources/Apollo/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Apollo/Constants.swift b/Sources/Apollo/Constants.swift index 4f7c801b40..a533d148dd 100644 --- a/Sources/Apollo/Constants.swift +++ b/Sources/Apollo/Constants.swift @@ -1,5 +1,5 @@ import Foundation public enum Constants { - public static let ApolloVersion: String = "1.7.1" + public static let ApolloVersion: String = "preview-defer.1" }