Skip to content

Commit

Permalink
Pre-release changes for 0.83.1-beta-sfx9 (#139)
Browse files Browse the repository at this point in the history
* Pre-release changes for 0.83.1-beta-sfx9

* Fix lint
  • Loading branch information
agoallikmaa committed Apr 18, 2023
1 parent 9efeb1a commit 0975585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The official documentation for this instrumentation can be found here:

## [Instrument PHP applications for Splunk Observability Cloud](https://quickdraw.splunk.com/redirect/?product=Observability&location=php.application&version=current)
## [Instrument PHP applications for Splunk Observability Cloud](https://quickdraw.splunk.com/redirect/?product=Observability&location=php.application&version=current)
2 changes: 1 addition & 1 deletion ext/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef PHP_DDTRACE_VERSION
// Must begin with a number for Debian packaging requirements
#define PHP_DDTRACE_VERSION "0.83.1-beta-sfx8"
#define PHP_DDTRACE_VERSION "0.83.1-beta-sfx9"
#endif
2 changes: 1 addition & 1 deletion src/DDTrace/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.83.1-beta-sfx8';
const VERSION = '0.83.1-beta-sfx9';

/**
* @var Span[][]
Expand Down

0 comments on commit 0975585

Please sign in to comment.