Skip to content

Commit 4e2724d

Browse files
committed
Merge branch 'release/2.14.0'
2 parents 6361644 + 3ce0ee0 commit 4e2724d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mustache/Engine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
class Mustache_Engine
2525
{
26-
const VERSION = '2.13.0';
27-
const SPEC_VERSION = '1.1.2';
26+
const VERSION = '2.14.0';
27+
const SPEC_VERSION = '1.2.2';
2828

2929
const PRAGMA_FILTERS = 'FILTERS';
3030
const PRAGMA_BLOCKS = 'BLOCKS';

0 commit comments

Comments
 (0)