Skip to content

Commit

Permalink
Add VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuda committed May 4, 2011
1 parent c29223a commit 81071dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/handlebars/base.js
Expand Up @@ -3,6 +3,8 @@ var handlebars = require("handlebars/parser").parser;
// BEGIN(BROWSER)
var Handlebars = {};

Handlebars.VERSION = "1.0.beta.1";

Handlebars.Parser = handlebars;

Handlebars.parse = function(string) {
Expand Down

0 comments on commit 81071dd

Please sign in to comment.