Skip to content

Commit 7505868

Browse files
committed
Update Mako.php
1 parent 1496cf8 commit 7505868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mako/Mako.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class Mako
1515
/**
1616
* Mako version.
1717
*/
18-
public const string VERSION = '11.4.4';
18+
public const string VERSION = '11.4.6';
1919

2020
/**
2121
* Mako major version.
@@ -30,5 +30,5 @@ final class Mako
3030
/**
3131
* Mako patch version.
3232
*/
33-
public const int VERSION_PATCH = 4;
33+
public const int VERSION_PATCH = 6;
3434
}

0 commit comments

Comments
 (0)