Skip to content

Commit ce4a19b

Browse files
author
Pantea Marius-ciclistu
committed
Bump version
1 parent 29a2d75 commit ce4a19b

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.2';
47+
public const VERSION = '10.53.3';
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.2';
61+
public const VERSION = '10.53.3';
6262

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

0 commit comments

Comments
 (0)