Skip to content

Commit e42ab86

Browse files
committed
Update Mako.php
1 parent 80ccd60 commit e42ab86

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.2';
18+
public const string VERSION = '11.4.3';
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 = 2;
33+
public const int VERSION_PATCH = 3;
3434
}

0 commit comments

Comments
 (0)