Add a SPEC_VERSION constant, since that's super handy too.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
class Mustache {
|
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?
|
* Should this Mustache throw exceptions when it finds unexpected tags?
|
||||||
|
|||||||
Reference in New Issue
Block a user