Skip to content

Commit

Permalink
Bump to v2.14.0, bump spec version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 14, 2021
1 parent 6361644 commit 3ce0ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mustache/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/
class Mustache_Engine
{
const VERSION = '2.13.0';
const SPEC_VERSION = '1.1.2';
const VERSION = '2.14.0';
const SPEC_VERSION = '1.2.2';

const PRAGMA_FILTERS = 'FILTERS';
const PRAGMA_BLOCKS = 'BLOCKS';
Expand Down

0 comments on commit 3ce0ee0

Please sign in to comment.