Open RobjS opened 3 years ago
How were you anticipating the version information would be stored?
I hadn't really thought that far ahead! I guess maybe either in https://github.com/dxw/whippet/blob/main/src/Whippet.php, or in a file in a config/
folder? Probably as a protected property, or something along those lines.
Note the enhancement/version-command-to-return-whippet-version
branch contains some work for this feature
So a user can run e.g.
whippet version
orwhippet -v
to get info on what version they're running.