8000 Update Application.php · laravel/lumen-framework@1c2fa30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c2fa30

Browse files
authored
Update Application.php
1 parent 19a384a commit 1c2fa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function bootstrapRouter()
162162
*/
163163
public function version()
164164
{
165-
return 'Lumen (9.1.1) (Laravel Components ^9.21)';
165+
return 'Lumen (9.1.2) (Laravel Components ^9.21)';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)
0