Skip to content

Commit 565632b

Browse files
authored
Merge pull request #3274 from l0gicgate/fix-version
Fix 3.x App::VERSION
2 parents ce3cb65 + 627ed3c commit 565632b

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
@@ -41,7 +41,7 @@ class App
4141
*
4242
* @var string
4343
*/
44-
const VERSION = '3.12.3';
44+
const VERSION = '3.12.5';
4545

4646
/**
4747
* @var ContainerInterface

0 commit comments

Comments
 (0)