We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e460c commit 2ec95b5Copy full SHA for 2ec95b5
1 file changed
src/Latte/Engine.php
@@ -19,8 +19,8 @@
19
*/
20
class Engine
21
{
22
- public const Version = '3.0.23';
23
- public const VersionId = 30023;
+ public const Version = '3.0.24';
+ public const VersionId = 30024;
24
25
/** @deprecated use Engine::Version */
26
public const
0 commit comments