Skip to content

Commit 2fe28f0

Browse files
authored
ci(git-action): auto release prep for 5.1.0 (#575)
Co-authored-by: optibot <[email protected]>
1 parent a11ba4c commit 2fe28f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OptimizelySwiftSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OptimizelySwiftSDK"
33
s.module_name = "Optimizely"
4-
s.version = "5.0.0"
4+
s.version = "5.1.0"
55
s.summary = "Optimizely experiment framework for iOS/tvOS/watchOS"
66
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs"
77
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

Sources/Utils/SDKVersion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
/// Do not edit this field.
1818
/// - It is auto updated (Scripts/updated_version.sh) to reflect the current version
1919
/// - Do not put underscores in the name (Swiftlint can modify unexpectedly)
20-
let OPTIMIZELYSDKVERSION = "5.0.0"
20+
let OPTIMIZELYSDKVERSION = "5.1.0"

0 commit comments

Comments
 (0)