calling this 0.9.0

master
Trent Mick 2012-06-21 20:00:24 -07:00
parent c5b0335c74
commit b86462e576
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
// See <https://github.com/trentm/node-bunyan>.
//
var VERSION = "0.8.1";
var VERSION = "0.9.0";
var util = require('util');
var pathlib = require('path');

View File

@ -4,7 +4,7 @@
* The bunyan logging library for node.js.
*/
var VERSION = '0.8.1';
var VERSION = '0.9.0';
// Bunyan log format version. This becomes the 'v' field on all log records.
// `0` is until I release a version '1.0.0' of node-bunyan. Thereafter,