We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d0315 commit b963deeCopy full SHA for b963dee
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-5.1 (unreleased)
+5.1
2
3
- added initial support for Laravel Octane
4
- added support for Web UI in the vanilla integration
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.0-beta0';
+ const VERSION = '5.1.0';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments