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.98k stars 1.95k forks source link

Version in App.php not updated #3091

Closed WilliamStam closed 3 years ago

WilliamStam commented 3 years ago

the version in App.php isnt matching the released tag. i saw my version in my vendor folder was showing as public const VERSION = '4.7.0'; whereas the "tag" on github is 4.8.0 and i got very confused. not that this matters much in an app, still something somone might want to update at some point :P

https://github.com/slimphp/Slim/blob/aa9c401f9d813a57a569a2d2b82f9acac3577bd2/Slim/App.php#L41
public const VERSION = '4.7.0';

image

JustSteveKing commented 3 years ago

This, would be a great PR for someone who wants to learn about the process of open source development!

l0gicgate commented 3 years ago

Fixed via https://github.com/slimphp/Slim/releases/tag/4.8.1