Skip to content

Commit 38520c8

Browse files
authored
ci(git-action): auto release prep for 4.0.0 (#547)
Co-authored-by: optibot <optibot@users.noreply.github.com>
1 parent efe87bf commit 38520c8

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 = "4.0.0-beta"
4+
s.version = "4.0.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 = "4.0.0-beta"
20+
let OPTIMIZELYSDKVERSION = "4.0.0"

0 commit comments

Comments
 (0)