Skip to content

Commit

Permalink
MDL-75550 lib: Update Mustache const to reflect correct version
Browse files Browse the repository at this point in the history
Mustache version 2.14.1 is already included, but the VERSION const
incorrectly listed 2.14.0 in the tagged Mustache release. A later
upstream commit corrected this in the library, which this now matches.
  • Loading branch information
mickhawkins committed Aug 31, 2022
1 parent d369112 commit 5f893f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mustache/src/Mustache/Engine.php
Expand Up @@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.14.0';
const VERSION = '2.14.1';
const SPEC_VERSION = '1.2.2';

const PRAGMA_FILTERS = 'FILTERS';
Expand Down

0 comments on commit 5f893f8

Please sign in to comment.