Skip to content

Commit

Permalink
ci(git-action): auto release prep for 3.10.4 (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: optibot <[email protected]>
  • Loading branch information
optibot and optibot authored Dec 11, 2023
1 parent b0a7efc commit c786cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OptimizelySwiftSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "OptimizelySwiftSDK"
s.module_name = "Optimizely"
s.version = "3.10.3"
s.version = "3.10.4"
s.summary = "Optimizely experiment framework for iOS/tvOS/watchOS"
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Utils/SDKVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
/// Do not edit this field.
/// - It is auto updated (Scripts/updated_version.sh) to reflect the current version
/// - Do not put underscores in the name (Swiftlint can modify unexpectedly)
let OPTIMIZELYSDKVERSION = "3.10.3"
let OPTIMIZELYSDKVERSION = "3.10.4"

0 comments on commit c786cc1

Please sign in to comment.