Use a version number that's actually higher than the existing constant

This commit is contained in:
David Stone
2024-12-16 23:50:43 -07:00
parent bb5c1f220e
commit 1bddec13a4
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ class Sunrise {
*
* @var string
*/
static $version = '2.0.0.7';
static $version = '2.0.0.8';
/**
* Keeps the sunrise meta cached after the first read.