Skip to content

Commit ba8f956

Browse files
Updated binary package version to 2.6.5
1 parent 2b7d5ee commit ba8f956

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DatadogSDKTesting.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'DatadogSDKTesting'
33
s.module_name = 'DatadogSDKTesting'
4-
s.version = '2.6.4'
4+
s.version = '2.6.5'
55
s.summary = "Swift testing framework for Datadog's CI Visibility product"
66
s.license = 'Apache 2.0'
77
s.homepage = 'https://www.datadoghq.com'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.source = {
1818
:http => "https://github.com/DataDog/dd-sdk-swift-testing/releases/download/#{s.version}/DatadogSDKTesting.zip",
19-
:sha256 => 'fba748fe256e698ffcd65037eea2b1bd2bcaa632d6f1aacbdfc12a4c9b4591c4'
19+
:sha256 => 'd48154aadbcdb56fe1ff775790c44858f39d28c776adf3bd720dd59d60abbc95'
2020
}
2121

2222
s.ios.deployment_target = '12.0'

DatadogSDKTesting.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@
25122512
GCC_WARN_UNUSED_VARIABLE = YES;
25132513
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
25142514
MACOSX_DEPLOYMENT_TARGET = 10.13;
2515-
MARKETING_VERSION = 2.6.4;
2515+
MARKETING_VERSION = "2.6.5";
25162516
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
25172517
MTL_FAST_MATH = YES;
25182518
ONLY_ACTIVE_ARCH = YES;
@@ -2585,7 +2585,7 @@
25852585
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
25862586
LLVM_LTO = YES_THIN;
25872587
MACOSX_DEPLOYMENT_TARGET = 10.13;
2588-
MARKETING_VERSION = 2.6.4;
2588+
MARKETING_VERSION = "2.6.5";
25892589
MTL_ENABLE_DEBUG_INFO = NO;
25902590
MTL_FAST_MATH = YES;
25912591
SWIFT_COMPILATION_MODE = wholemodule;

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let releaseVersion = "2.6.4"
7-
let relaseChecksum = "fba748fe256e698ffcd65037eea2b1bd2bcaa632d6f1aacbdfc12a4c9b4591c4"
6+
let releaseVersion = "2.6.5"
7+
let relaseChecksum = "d48154aadbcdb56fe1ff775790c44858f39d28c776adf3bd720dd59d60abbc95"
88
let url = "https://github.com/DataDog/dd-sdk-swift-testing/releases/download/\(releaseVersion)/DatadogSDKTesting.zip"
99

1010
let package = Package(

0 commit comments

Comments
 (0)