diff --git a/lib/mustache/src/Mustache/Engine.php b/lib/mustache/src/Mustache/Engine.php index 5e96e4118c0..0604f6d18ee 100644 --- a/lib/mustache/src/Mustache/Engine.php +++ b/lib/mustache/src/Mustache/Engine.php @@ -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';