diff options
author | kpdecker <kpdecker@gmail.com> | 2014-03-06 01:26:26 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-03-06 01:26:26 -0600 |
commit | 04c312649b0b9c61a245c4928f230935e9b8dd23 (patch) | |
tree | bf9f375136d243f2a536821f43d384aa124450b5 /lib/handlebars | |
parent | fea46dbb8c4b811317c01f09c01f494cc1e6c352 (diff) | |
download | handlebars.js-2.0.0-alpha.2.zip handlebars.js-2.0.0-alpha.2.tar.gz handlebars.js-2.0.0-alpha.2.tar.bz2 |
v2.0.0-alpha.2v2.0.0-alpha.2
Diffstat (limited to 'lib/handlebars')
-rw-r--r-- | lib/handlebars/base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js index 827bcb7..3665b5b 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 = "v2.0.0-alpha.1"; +export var VERSION = "2.0.0-alpha.2"; export var COMPILER_REVISION = 5; export var REVISION_CHANGES = { |