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 2e21b6b commit 2c6d926Copy full SHA for 2c6d926
illuminate/Foundation/Application.php
@@ -44,7 +44,7 @@ class Application extends Container implements
44
*
45
* @var string
46
*/
47
- public const VERSION = '10.51.10';
+ public const VERSION = '10.51.13';
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.10';
+ return 'Maravel Framework 10.51.13';
173
}
174
175
0 commit comments