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 0e591fd commit d9f9680Copy full SHA for d9f9680
1 file changed
src/Latte/Engine.php
@@ -16,8 +16,8 @@
16
*/
17
class Engine
18
{
19
- public const Version = '3.1.2';
20
- public const VersionId = 30102;
+ public const Version = '3.1.3';
+ public const VersionId = 30103;
21
22
/** @deprecated use Engine::Version */
23
public const
0 commit comments