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 146ebbb commit 6f3acaaCopy full SHA for 6f3acaa
illuminate/Foundation/Application.php
@@ -44,7 +44,7 @@ class Application extends Container implements
44
*
45
* @var string
46
*/
47
- public const VERSION = '10.51.15';
+ public const VERSION = '10.51.16';
48
49
/**
50
* The base path for the Laravel installation.
src/Application.php
@@ -169,7 +169,7 @@ public function bootstrapRouter()
169
170
public function version()
171
{
172
- return 'Maravel Framework 10.51.15';
+ return 'Maravel Framework 10.51.16';
173
}
174
175
0 commit comments