Skip to content

Commit

Permalink
Merge pull request #170 from DataDog/buranmert/RUMM-566-bump-tracing-…
Browse files Browse the repository at this point in the history
…beta3

RUMM-566 Tracing Beta-3
  • Loading branch information
buranmert authored Jul 8, 2020
2 parents 64b5a82 + 9b0d254 commit 2503d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DatadogSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DatadogSDK"
s.module_name = "Datadog"
s.version = "1.3.0-beta2"
s.version = "1.3.0-beta3"
s.summary = "Official Datadog Swift SDK for iOS."

s.homepage = "https://www.datadoghq.com"
Expand Down
2 changes: 1 addition & 1 deletion DatadogSDKObjc.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "DatadogSDKObjc"
s.module_name = "DatadogObjc"
s.version = "1.3.0-beta2"
s.version = "1.3.0-beta3"
s.summary = "Official Datadog Objective-C SDK for iOS."

s.homepage = "https://www.datadoghq.com"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Datadog/Versioning.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// GENERATED FILE: Do not edit directly

internal let sdkVersion = "1.3.0-beta2"
internal let sdkVersion = "1.3.0-beta3"

0 comments on commit 2503d25

Please sign in to comment.