Bump to v2.3.1

This commit is contained in:
Justin Hileman
2013-04-25 08:23:21 -07:00
parent 2327f3839f
commit afc20ae1e2
+1 -1
View File
@@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.3.0';
const VERSION = '2.3.1';
const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS';