Bump version in other files (but not documentation)

This commit is contained in:
Geoffrey Booth
2016-10-22 11:48:54 -07:00
parent 8b50fd0461
commit 8647e50941
17 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ helpers = require './helpers'
SourceMap = require './sourcemap'
# The current CoffeeScript version number.
exports.VERSION = '1.11.1'
exports.VERSION = '2.0.0-alpha'
exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md']