Skip to content

Commit 8b43600

Browse files
authored
bumping sdk version explicitly. (#484)
1 parent 627aba5 commit 8b43600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Utils/SDKVersion.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019, 2021, Optimizely, Inc. and contributors
2+
// Copyright 2019, 2021, 2023 Optimizely, Inc. and contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
@@ -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 = "3.10.1"
20+
let OPTIMIZELYSDKVERSION = "3.10.2"

0 commit comments

Comments
 (0)