Skip to content

Commit

Permalink
bumping sdk version explicitly. (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirfolio3 committed Mar 16, 2023
1 parent 627aba5 commit 8b43600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Utils/SDKVersion.swift
@@ -1,5 +1,5 @@
//
// Copyright 2019, 2021, Optimizely, Inc. and contributors
// Copyright 2019, 2021, 2023 Optimizely, Inc. and contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -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.1"
let OPTIMIZELYSDKVERSION = "3.10.2"

0 comments on commit 8b43600

Please sign in to comment.