Skip to content

Commit

Permalink
Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored and github-actions[bot] committed Oct 28, 2024
1 parent aa95625 commit 17ec981
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.10.1"
spec.version = "1.11.0"
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.10.1"
spec.version = "1.11.0"
spec.summary = "Swift OpenTelemetrySDK"

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

import Foundation

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

0 comments on commit 17ec981

Please sign in to comment.