From 1b1dce057f3a42a9f60d35389bb53e5a54badd05 Mon Sep 17 00:00:00 2001 From: Ari Aosved Date: Sun, 13 Jul 2014 22:03:28 -0700 Subject: [PATCH] v0.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ec5aa9..7b5c636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graceful-deploy", - "version": "0.2.5", + "version": "0.2.6", "description": "Gracefully deploy a node.js service with zero downtime, letting existing requests finish up while a new deployed process handles new incoming requests", "main": "index.js", "scripts": {