bumping version to 0.7.2 for --options patch.

This commit is contained in:
Jeremy Ashkenas
2010-07-12 08:17:26 -04:00
parent a21606e348
commit ff7e729b84
9 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ else
helpers: this.helpers
# The current CoffeeScript version number.
exports.VERSION: '0.7.1'
exports.VERSION: '0.7.2'
# Instantiate a Lexer for our use here.
lexer: new Lexer