CoffeeScript 0.6.0 is on the books.

This commit is contained in:
Jeremy Ashkenas
2010-04-03 20:43:50 -04:00
parent 59ae79d8fb
commit c067808b54
20 changed files with 203 additions and 258 deletions

View File

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