diff --git a/lib/constants.js b/lib/constants.js index 65451bb..493b41d 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -34,7 +34,7 @@ var DEFAULT_SCOPE_LEAKS_REPORTER = 'cli'; /** * Program version. */ -var VERSION = '0.6.5'; +var VERSION = '0.6.6'; /** * Path where the instrumented files are saved. diff --git a/package.json b/package.json index 612d317..d2ebbb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whiskey", "description": "A simple test runner for NodeJS applications.", - "version": "0.6.5", + "version": "0.6.6", "author": "Cloudkick, Inc. http://www.cloudkick.com", "keywords": [ "whiskey", "tests", "test runner", "testing", "tdd", "coverage", "test coverage"], "homepage": "https://github.com/cloudkick/whiskey",