From a2fbcfbb124f2edfb6ccab1b17a1984887c861fe Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 11:50:42 +0100 Subject: [PATCH] Released 0.5.11 --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 484a1e0..0a26887 100644 --- a/mustache.js +++ b/mustache.js @@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {}; (function (exports) { exports.name = "mustache.js"; - exports.version = "%version"; + exports.version = "0.5.11"; exports.tags = ["{{", "}}"]; exports.parse = parse; exports.compile = compile;