diff options
author | kpdecker <kpdecker@gmail.com> | 2014-02-10 02:11:07 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-02-10 02:11:07 -0600 |
commit | a5ff1f3d22178b3889983be29b31b850a4528719 (patch) | |
tree | ca11e1b3626031762d700ddd74991a3f5afd7783 /lib/handlebars | |
parent | b22a150a375170ab17fddbf0ee47fa7db8686e7e (diff) | |
download | handlebars.js-2.0.0-alpha.1.zip handlebars.js-2.0.0-alpha.1.tar.gz handlebars.js-2.0.0-alpha.1.tar.bz2 |
vv2.0.0-alpha.1v2.0.0-alpha.1
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 c26d658..827bcb7 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 = "1.3.0"; +export var VERSION = "v2.0.0-alpha.1"; export var COMPILER_REVISION = 5; export var REVISION_CHANGES = { |