Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebbec72

Browse files
committedApr 25, 2025
chore: prepare 2.0.0-beta.3
1 parent 7ac2b86 commit ebbec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Application extends IlluminateContainer implements LaravelApplication
2525
*
2626
* @var string
2727
*/
28-
public const VERSION = '2.0.0-beta.2';
28+
public const VERSION = '2.0.0-beta.3';
2929

3030
protected bool $booted = false;
3131

0 commit comments

Comments
 (0)
Please sign in to comment.