Skip to content

Commit 9e932e9

Browse files
committed
Bumped version to 5.0.0.
1 parent 96d7715 commit 9e932e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.0 (unreleased)
1+
5.0
22

33
- added collecting of client-metrics and web-vitals
44
- added collecting of Eloquent models actions and retrieved, created, updated and deleted models counts

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Clockwork
1111
{
1212
// Clockwork library version
13-
const VERSION = '5.0.0-beta1';
13+
const VERSION = '5.0.0';
1414

1515
// Array of data sources, these objects collect metadata for the current application run
1616
protected $dataSources = [];

0 commit comments

Comments
 (0)