diff options
author | kpdecker <kpdecker@gmail.com> | 2014-05-19 23:15:50 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-05-19 23:15:50 -0500 |
commit | efad61b1b72a487c087f57ba85287f5682e57280 (patch) | |
tree | 9c3edc88acb1037471b67b99691d696c7bb0c756 /lib/handlebars/base.js | |
parent | 2a20976e6a766e8f53004fd74c2d869d4cc90517 (diff) | |
download | handlebars.js-2.0.0-alpha.4.zip handlebars.js-2.0.0-alpha.4.tar.gz handlebars.js-2.0.0-alpha.4.tar.bz2 |
v2.0.0-alpha.4v2.0.0-alpha.4
Diffstat (limited to 'lib/handlebars/base.js')
-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 f34ab3f..3cb4323 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.3"; +export var VERSION = "2.0.0-alpha.4"; export var COMPILER_REVISION = 5; export var REVISION_CHANGES = { |