Skip to content

Commit

Permalink
fix app version
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Jul 23, 2023
1 parent ce3cb65 commit 627ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class App
*
* @var string
*/
const VERSION = '3.12.3';
const VERSION = '3.12.5';

/**
* @var ContainerInterface
Expand Down

0 comments on commit 627ed3c

Please sign in to comment.