From 1ac05fe6b1a330fdef4821df6b7afa31df1aeb36 Mon Sep 17 00:00:00 2001 From: embrace-ci Date: Fri, 18 Oct 2024 18:21:33 +0000 Subject: [PATCH] CI/CD: Bumps version to '6.5.0-rc3' --- EmbraceIO.podspec | 2 +- Sources/EmbraceCommonInternal/EmbraceMeta.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmbraceIO.podspec b/EmbraceIO.podspec index 18e5ea16..eb3095d7 100644 --- a/EmbraceIO.podspec +++ b/EmbraceIO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "EmbraceIO" - spec.version = "6.5.0-rc2" + spec.version = "6.5.0-rc3" spec.summary = "Visibility into your users that you didn't have before." spec.description = <<-DESC Embrace is the only performance monitoring platform focused solely on mobile. We are built diff --git a/Sources/EmbraceCommonInternal/EmbraceMeta.swift b/Sources/EmbraceCommonInternal/EmbraceMeta.swift index e84d537c..2603de8a 100644 --- a/Sources/EmbraceCommonInternal/EmbraceMeta.swift +++ b/Sources/EmbraceCommonInternal/EmbraceMeta.swift @@ -6,5 +6,5 @@ // Do not edit this file manually public class EmbraceMeta { - public static let sdkVersion = "6.5.0-rc2" + public static let sdkVersion = "6.5.0-rc3" }