Skip to content

Commit 3ce0ee0

Browse files
committed
Bump to v2.14.0, bump spec version to 1.2.2
1 parent 6361644 commit 3ce0ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mustache/Engine.php

+2-2
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)