From 0be9d01fcb69dcb6ebbac8d74567ce797224a4bc Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Mon, 18 Nov 2024 18:12:09 +0000 Subject: [PATCH] chore(release): Bump package version --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index bb6d11c..e16fc64 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.7.0' + s.version = '3.8.1' s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.' s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client' s.license = { :type => 'MIT', :file => 'LICENSE' }