Skip to content

Commit

Permalink
Release 0.83.1-beta-sfx11 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoallikmaa authored May 30, 2023
1 parent 82e9b92 commit 3426151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-sfx10"
#define PHP_DDTRACE_VERSION "0.83.1-beta-sfx11"
#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-sfx10';
const VERSION = '0.83.1-beta-sfx11';

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

0 comments on commit 3426151

Please sign in to comment.