From 3438c1f5251c28c4f400554c4147738004e18852 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Thu, 18 Dec 2025 15:28:53 -0300 Subject: [PATCH] chore: Update version to 3.5.2-rc1 --- Split.podspec | 2 +- Split/Common/Utils/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Split.podspec b/Split.podspec index 0fd2ac69..698b5d22 100644 --- a/Split.podspec +++ b/Split.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Split' s.module_name = 'Split' - s.version = '3.5.1' + s.version = '3.5.2-rc1' s.summary = 'iOS SDK for Split' s.description = <<-DESC This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience. diff --git a/Split/Common/Utils/Version.swift b/Split/Common/Utils/Version.swift index 6008118e..a7dba831 100644 --- a/Split/Common/Utils/Version.swift +++ b/Split/Common/Utils/Version.swift @@ -10,7 +10,7 @@ import Foundation class Version { private static let kSdkPlatform: String = "ios" - private static let kVersion = "3.5.1" + private static let kVersion = "3.5.2-rc1" static var semantic: String { return kVersion