Bump version to 2.1.0

This commit is contained in:
Justin Hileman
2013-01-11 23:17:53 -08:00
parent 21c2728fef
commit 638ed9abc1
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
class Mustache_Engine class Mustache_Engine
{ {
const VERSION = '2.0.2'; const VERSION = '2.1.0';
const SPEC_VERSION = '1.1.2'; const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS'; const PRAGMA_FILTERS = 'FILTERS';