Skip to content

Commit

Permalink
update version (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Nov 29, 2021
1 parent fcc105c commit c0f3070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.58.0-beta-sfx5"
#define PHP_DDTRACE_VERSION "0.58.0-beta-sfx6"
#endif
2 changes: 1 addition & 1 deletion src/DDTrace/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.58.0-beta-sfx5'; // Update ./version.php too
const VERSION = '0.58.0-beta-sfx6'; // Update ./version.php too

/**
* @var Span[][]
Expand Down
2 changes: 1 addition & 1 deletion src/DDTrace/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// Must begin with a number for Debian packaging requirements
// Must use single-quotes for packaging script to work
return '0.58.0-beta-sfx5'; // Update Tracer::VERSION too
return '0.58.0-beta-sfx6'; // Update Tracer::VERSION too

0 comments on commit c0f3070

Please sign in to comment.