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