Skip to content

Commit

Permalink
Release 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 20, 2011
1 parent 1d8bd20 commit 02ec31f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.6.9 / 2011-07-20
==================

* Fixed typo in `reload()` plugin causing the `signal` option to fail. Closes #131

0.6.8 / 2011-07-19
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/cluster.js
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = start;
* Library version.
*/

exports.version = '0.6.8';
exports.version = '0.6.9';

/**
* Expose utils.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cluster",
"description": "extensible multi-core server manager",
"keywords": ["server", "spark", "fugue", "tcp", "workers"],
"version": "0.6.8",
"version": "0.6.9",
"homepage": "http://learnboost.github.com/cluster",
"repository": "git://github.com/LearnBoost/cluster.git",
"author": "TJ Holowaychuk <tj@learnboost.com> (http://tjholowaychuk.com)",
Expand Down

0 comments on commit 02ec31f

Please sign in to comment.