Skip to content

Commit 6f3acaa

Browse files
author
Pantea Marius-ciclistu
committed
Update version
1 parent 146ebbb commit 6f3acaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application extends Container implements
4444
*
4545
* @var string
4646
*/
47-
public const VERSION = '10.51.15';
47+
public const VERSION = '10.51.16';
4848

4949
/**
5050
* The base path for the Laravel installation.

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function bootstrapRouter()
169169
*/
170170
public function version()
171171
{
172-
return 'Maravel Framework 10.51.15';
172+
return 'Maravel Framework 10.51.16';
173173
}
174174

175175
/**

0 commit comments

Comments
 (0)