Skip to content

Commit

Permalink
Release 1.12.0 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b authored Nov 22, 2024
1 parent 32b7b1e commit 95092cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.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.11.0"
spec.version = "1.12.0"
spec.summary = "Swift OpenTelemetrySDK"

spec.homepage = "https://github.com/open-telemetry/opentelemetry-swift"
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenTelemetrySdk/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import Foundation

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

0 comments on commit 95092cc

Please sign in to comment.