slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.94k stars 1.95k forks source link

version of `App::VERSION` #3272

Closed hashimoto-AJ closed 1 year ago

hashimoto-AJ commented 1 year ago

I installed 3.12.4 by composer, but display of App::VERSION is 3.12.3

 $ composer show -i
 :
 slim/slim                          3.12.4  Slim is a PHP micro framework that helps you quickly write simple yet po...
 :
use Slim\App;
 :
echo App::VERSION
 :

3.14.3

slim3 12 4

l0gicgate commented 1 year ago

Release https://github.com/slimphp/Slim/releases/tag/3.12.5