Skip to content

Commit e922105

Browse files
author
Pantea Marius-ciclistu
committed
Bump version
1 parent 893d3c1 commit e922105

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.53.3';
47+
public const VERSION = '10.54.0';
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
@@ -58,7 +58,7 @@ class Application extends Container implements ApplicationContract
5858
*
5959
* @var string
6060
*/
61-
public const VERSION = '10.53.3';
61+
public const VERSION = '10.54.0';
6262

6363
/**
6464
* Indicates if the class aliases have been registered.

0 commit comments

Comments
 (0)