MDL-75550 lib: Update Mustache const to reflect correct version
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.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user