diff --git a/Cargo.lock b/Cargo.lock index c71d1ef701..ed8f02ade3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "datadog-php-profiling" -version = "0.98.0" +version = "0.98.1" dependencies = [ "ahash 0.8.6", "anyhow", diff --git a/appsec/CMakeLists.txt b/appsec/CMakeLists.txt index 272d6a1d17..dc6f232c02 100644 --- a/appsec/CMakeLists.txt +++ b/appsec/CMakeLists.txt @@ -12,7 +12,7 @@ HunterGate( configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id.in ${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id) -project(ddappsec VERSION 0.98.0) +project(ddappsec VERSION 0.98.1) include(CheckCXXCompilerFlag) diff --git a/ext/version.h b/ext/version.h index 27531f11d5..b2d15e192b 100644 --- a/ext/version.h +++ b/ext/version.h @@ -1,4 +1,4 @@ #ifndef PHP_DDTRACE_VERSION // Must begin with a number for Debian packaging requirements -#define PHP_DDTRACE_VERSION "0.98.0" +#define PHP_DDTRACE_VERSION "0.98.1" #endif diff --git a/github-actions-helpers/Build.cs b/github-actions-helpers/Build.cs index f965d9b63d..a50d5ee03c 100644 --- a/github-actions-helpers/Build.cs +++ b/github-actions-helpers/Build.cs @@ -25,7 +25,7 @@ partial class Build : NukeBuild readonly Configuration Configuration = IsLocalBuild ? Configuration.Debug : Configuration.Release; [Parameter("The current version of the source and build")] - readonly string Version = "0.98.0"; + readonly string Version = "0.98.1"; Target Clean => _ => _ .Before(Restore) diff --git a/package.xml b/package.xml index 5f294ab717..8ee1fd2e80 100644 --- a/package.xml +++ b/package.xml @@ -62,77 +62,14 @@ BSD 3-Clause diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index 9ff6b78b49..8dd7feb35b 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datadog-php-profiling" -version = "0.98.0" +version = "0.98.1" edition = "2021" license = "Apache-2.0" rust-version = "1.64" diff --git a/src/DDTrace/Tracer.php b/src/DDTrace/Tracer.php index 7b836850c0..f6f777c683 100644 --- a/src/DDTrace/Tracer.php +++ b/src/DDTrace/Tracer.php @@ -24,7 +24,7 @@ final class Tracer implements TracerInterface * Must begin with a number for Debian packaging requirements * Must use single-quotes for packaging script to work */ - const VERSION = '0.98.0'; + const VERSION = '0.98.1'; /** * @var Span[][]