Skip to content

Commit

Permalink
ci(git-action): auto release prep for 4.1.0 (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: optibot <[email protected]>
  • Loading branch information
optibot and optibot authored Nov 8, 2024
1 parent fc27e77 commit 5da09ad
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 = "4.0.0"
s.version = "4.1.0"
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 = "4.0.0"
let OPTIMIZELYSDKVERSION = "4.1.0"

0 comments on commit 5da09ad

Please sign in to comment.