diff --git a/Cargo.lock b/Cargo.lock
index 9635d9e8d5..09b79fb174 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,7 +678,7 @@ dependencies = [
[[package]]
name = "datadog-php-profiling"
-version = "0.95.0"
+version = "0.96.0"
dependencies = [
"ahash 0.8.3",
"anyhow",
diff --git a/appsec/CMakeLists.txt b/appsec/CMakeLists.txt
index 5c7d8485c0..24864fc48f 100644
--- a/appsec/CMakeLists.txt
+++ b/appsec/CMakeLists.txt
@@ -11,7 +11,7 @@ HunterGate(
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id.in ${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id)
-project(ddappsec VERSION 0.95.0)
+project(ddappsec VERSION 0.96.0)
include(CheckCXXCompilerFlag)
diff --git a/ext/version.h b/ext/version.h
index 2553efeefe..4b93a2fd65 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.95.0"
+#define PHP_DDTRACE_VERSION "0.96.0"
#endif
diff --git a/github-actions-helpers/Build.cs b/github-actions-helpers/Build.cs
index c00c7432e6..4e7455ec38 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.94.0";
+ readonly string Version = "0.96.0";
Target Clean => _ => _
.Before(Restore)
diff --git a/package.xml b/package.xml
index 3991619231..eeaca3179c 100644
--- a/package.xml
+++ b/package.xml
@@ -62,40 +62,31 @@
BSD 3-Clause
diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml
index 983fce030c..f39a09c6d3 100644
--- a/profiling/Cargo.toml
+++ b/profiling/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "datadog-php-profiling"
-version = "0.95.0"
+version = "0.96.0"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.64"
diff --git a/src/DDTrace/Tracer.php b/src/DDTrace/Tracer.php
index 3e782b12e9..7e7e9828c6 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.95.0';
+ const VERSION = '0.96.0';
/**
* @var Span[][]