Skip to content

Commit

Permalink
Merge pull request #51 from DataDog/ncreated/RUMM-313-update-sdk-vers…
Browse files Browse the repository at this point in the history
…ion-to-beta2

RUMM-313 Update SDK version to `1.0.0-beta2`
  • Loading branch information
ncreated authored Mar 20, 2020
2 parents 715e9da + 162957f commit 68fac65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Datadog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Datadog"
s.version = "1.0.0-beta1"
s.version = "1.0.0-beta2"
s.summary = "Datadog Swift SDK for iOS and macOS."

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

s.homepage = "https://www.datadoghq.com"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Datadog/Datadog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation

/// SDK version associated with logs.
/// Should be synced with SDK releases.
internal let sdkVersion = "1.0.0-beta1"
internal let sdkVersion = "1.0.0-beta2"

/// Datadog SDK configuration object.
public class Datadog {
Expand Down

0 comments on commit 68fac65

Please sign in to comment.