We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1496cf8 commit 7505868Copy full SHA for 7505868
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.4';
+ public const string VERSION = '11.4.6';
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 = 4;
+ public const int VERSION_PATCH = 6;
34
}
0 commit comments