We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ccd60 commit e42ab86Copy full SHA for e42ab86
1 file changed
src/mako/Mako.php
@@ -15,7 +15,7 @@ final class Mako
15
/**
16
* Mako version.
17
*/
18
- public const string VERSION = '11.4.2';
+ public const string VERSION = '11.4.3';
19
20
21
* Mako major version.
@@ -30,5 +30,5 @@ final class Mako
30
31
* Mako patch version.
32
33
- public const int VERSION_PATCH = 2;
+ public const int VERSION_PATCH = 3;
34
}
0 commit comments