summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2014-05-19 22:29:25 -0500
committerkpdecker <kpdecker@gmail.com>2014-05-19 22:29:25 -0500
commitf419838362ad6f3a6f10179bcd7ca683d527e030 (patch)
tree433e42697e8026cff054b5485c40d1653790c5d9 /lib
parent8ee73b9d135175d445c93d9bef75c323666d15cf (diff)
downloadhandlebars.js-2.0.0-alpha.3.zip
handlebars.js-2.0.0-alpha.3.tar.gz
handlebars.js-2.0.0-alpha.3.tar.bz2
v2.0.0-alpha.3v2.0.0-alpha.3
Diffstat (limited to 'lib')
-rw-r--r--lib/handlebars/base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js
index 3665b5b..f34ab3f 100644
--- a/lib/handlebars/base.js
+++ b/lib/handlebars/base.js
@@ -1,7 +1,7 @@
module Utils from "./utils";
import Exception from "./exception";
-export var VERSION = "2.0.0-alpha.2";
+export var VERSION = "2.0.0-alpha.3";
export var COMPILER_REVISION = 5;
export var REVISION_CHANGES = {