Skip to content

Commit

Permalink
Update ApmAgent.php
Browse files Browse the repository at this point in the history
  • Loading branch information
subzerobo authored May 14, 2019
1 parent 7c240c5 commit 48e1d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApmAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ApmAgent
/**
* Agent Version
*/
const VERSION = "1.0";
const VERSION = "1.0.10";

/**
* Agent Name
Expand Down Expand Up @@ -310,4 +310,4 @@ public function isActive() :bool {
return $this->config->get('active');
}

}
}

0 comments on commit 48e1d1b

Please sign in to comment.