From e9d768b70e9f33e054b3c53df5f43ca85df73921 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 4 Jun 2012 23:21:02 -0700 Subject: [PATCH] forgot to update version here --- bin/bunyan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bunyan b/bin/bunyan index 2ce958c..19bf2e0 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -5,7 +5,7 @@ // See . // -var VERSION = "0.7.1"; +var VERSION = "0.8.0"; var util = require('util'); var pathlib = require('path');