Skip to content

Commit e66ede0

Browse files
bump version numbers for 0.94.1 release
1 parent dc23b0c commit e66ede0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appsec/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HunterGate(
1111

1212
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id.in ${CMAKE_CURRENT_SOURCE_DIR}/hunter-cache.id)
1313

14-
project(ddappsec VERSION 0.94.0)
14+
project(ddappsec VERSION 0.94.1)
1515

1616
include(CheckCXXCompilerFlag)
1717

ext/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef PHP_DDTRACE_VERSION
22
// Must begin with a number for Debian packaging requirements
3-
#define PHP_DDTRACE_VERSION "0.94.0"
3+
#define PHP_DDTRACE_VERSION "0.94.1"
44
#endif

profiling/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datadog-php-profiling"
3-
version = "0.94.0"
3+
version = "0.94.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
rust-version = "1.64"

src/DDTrace/Tracer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Tracer implements TracerInterface
2424
* Must begin with a number for Debian packaging requirements
2525
* Must use single-quotes for packaging script to work
2626
*/
27-
const VERSION = '0.94.0';
27+
const VERSION = '0.94.1';
2828

2929
/**
3030
* @var Span[][]

0 commit comments

Comments
 (0)