Skip to content

Commit

Permalink
Revert "Release v1.11.0 (#625)"
Browse files Browse the repository at this point in the history
This reverts commit 187ac7e.
  • Loading branch information
bryce-b authored Oct 29, 2024
1 parent 187ac7e commit 3b216ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenTelemetry-Swift-Api.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetry-Swift-Api"
spec.version = "1.11.0"
spec.version = "1.10.1"
spec.summary = "Swift OpenTelemetryApi"

spec.homepage = "https://github.com/open-telemetry/opentelemetry-swift"
Expand Down
2 changes: 1 addition & 1 deletion OpenTelemetry-Swift-Sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OpenTelemetry-Swift-Sdk"
spec.version = "1.11.0"
spec.version = "1.10.1"
spec.summary = "Swift OpenTelemetrySDK"

spec.homepage = "https://github.com/open-telemetry/opentelemetry-swift"
Expand Down
5 changes: 2 additions & 3 deletions Sources/OpenTelemetrySdk/Version.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
//
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
//
//

import Foundation

extension Resource {
public static let OTEL_SWIFT_SDK_VERSION : String = "1.11.0"
public static let OTEL_SWIFT_SDK_VERSION : String = "1.9.2"
}

0 comments on commit 3b216ca

Please sign in to comment.