Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GribouilleVert committed Mar 11, 2021
1 parent f58c4af commit 877944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
final class App implements RequestHandlerInterface {

public const VERSION = '1.0';
public const VERSION = '1.1';

private const INTERNAL_MIDDLEWARES = [
FileUploadErrorDetectionMiddleware::class,
Expand Down

0 comments on commit 877944e

Please sign in to comment.