BrianHenryIE / strauss

Prefix PHP namespaces and classnames to allow multiple versions of libraries to exist without conflict.

Home Page:https://brianhenryie.github.io/strauss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strauss 0.16.0 output wrong version number

ravinderk opened this issue · comments

Details

Latest version still pointing to older version.

}, '0.14.0');

This is fixed for the phar but not when you install through Packagist.

I'm not sure how to do it except manually. I think if I were to be disciplined and keep a changelog, then there could be a GitHub Action that would calculate the next version number and make the change before I create the release.

@BrianHenryIE Thank you for fixing this.