Skip to content

Commit 2c6d926

Browse files
author
Pantea Marius-ciclistu
committed
Fix version
1 parent 2e21b6b commit 2c6d926

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.10';
47+
public const VERSION = '10.51.13';
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.10';
172+
return 'Maravel Framework 10.51.13';
173173
}
174174

175175
/**

0 commit comments

Comments
 (0)