8000 version · laravel/lumen-framework@0f450f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f450f8

Browse files
committed
version
1 parent 63ee516 commit 0f450f8

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
@@ -140,7 +140,7 @@ public function bootstrapRouter()
140140
*/
141141
public function version()
142142
{
143-
return 'Lumen (5.8.10) (Laravel Components 5.8.*)';
143+
return 'Lumen (5.8.11) (Laravel Components 5.8.*)';
144144
}
145145

146146
/**

0 commit comments

Comments
 (0)
0