tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

[2.0] Refactor Version class away. #303

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

Currently Tapestry uses the Version class with a static method to obtain the current version of Tapestry. This should be refactored so that it's available to areas that need it but not via a static method.