Skip to content

Commit b963dee

Browse files
committed
Bumped version to 5.1.
1 parent 11d0315 commit b963dee

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.1 (unreleased)
1+
5.1
22

33
- added initial support for Laravel Octane
44
- added support for Web UI in the vanilla integration

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Clockwork
1616
{
1717
// Clockwork library version
18-
const VERSION = '5.1.0-beta0';
18+
const VERSION = '5.1.0';
1919

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

0 commit comments

Comments
 (0)