Skip to content

Commit e9e99c2

Browse files
authored
Merge pull request #3275 from l0gicgate/4.12.0-release
Update App::VERSION to 4.12.0
2 parents 3cf4c99 + a2038b4 commit e9e99c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
3838
*
3939
* @var string
4040
*/
41-
public const VERSION = '4.11.0';
41+
public const VERSION = '4.12.0';
4242

4343
protected RouteResolverInterface $routeResolver;
4444

0 commit comments

Comments
 (0)