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

`App::VERSION` not updated #3273

Closed stramunin closed 1 year ago

stramunin commented 1 year ago

For some reason when posting the 4.11.0 tag someone forgot to change also the version.

https://github.com/slimphp/Slim/blob/b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7/Slim/App.php#L41

What is this constant for? Didn't find usage in this repository. Maybe it should be removed and there will be no such problems in the future.

l0gicgate commented 1 year ago

Fixed via latest release: https://github.com/slimphp/Slim/releases/tag/4.12.0