diff --git a/Mustache.php b/Mustache.php index 33c9288..a6c87c8 100644 --- a/Mustache.php +++ b/Mustache.php @@ -14,7 +14,8 @@ */ class Mustache { - const VERSION = '0.7.1'; + const VERSION = '0.7.1'; + const SPEC_VERSION = '1.1.2'; /** * Should this Mustache throw exceptions when it finds unexpected tags?