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:
Michael Hawkins
2022-08-31 15:29:44 +08:00
parent cd11b40558
commit f238d324af
+1 -1
View File
@@ -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';