Intermediate version bump to 1.3.2-pre

This commit is contained in:
Trevor Burnham
2012-04-23 13:34:04 -04:00
parent 0fada5109a
commit d58da49cee
15 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ else if require.registerExtension
require.registerExtension '.coffee', (content) -> compile content
# The current CoffeeScript version number.
exports.VERSION = '1.3.1'
exports.VERSION = '1.3.2-pre'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED