From ec52c1adfd562294d0a6096a84c9cadfdf8093d0 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 11:48:51 +0100 Subject: [PATCH] Released 0.5.10 --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index cd7d62d..484a1e0 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 = "0.5.5"; + exports.version = "%version"; exports.tags = ["{{", "}}"]; exports.parse = parse; exports.compile = compile;