Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99 from philkra/rc1-release
Browse files Browse the repository at this point in the history
Rc1 release
  • Loading branch information
philkra authored Sep 6, 2019
2 parents fb861f8 + f5b1020 commit c2a1f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is a community PHP agent for Elastic.co's [APM](https://www.elastic.co/solu
* [Parent Transactions](https://github.com/philkra/elastic-apm-php-agent/blob/master/docs/examples/parent-transactions.php)
* [Metricset](https://github.com/philkra/elastic-apm-php-agent/blob/master/docs/examples/metricset.php)
* [Getting the Server Info](https://github.com/philkra/elastic-apm-php-agent/blob/master/docs/examples/server-info.php)
* [Distributed Tracing](https://github.com/philkra/elastic-apm-php-agent/blob/master/docs/examples/distributed-tracing.md) -- Incomplete (TODO)
* [Distributed Tracing](https://github.com/philkra/elastic-apm-php-agent/blob/master/docs/examples/distributed-tracing.md)

## Tests
```bash
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Agent
*
* @var string
*/
const VERSION = '7.0.0-beta3';
const VERSION = '7.0.0-rc1';

/**
* Agent Name
Expand Down

0 comments on commit c2a1f46

Please sign in to comment.