From 80487fbab907c6d8c97f6eb77c21ffb61ae5e8db Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Sun, 15 Jan 2017 16:17:15 +0100 Subject: [PATCH] 2.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3392408fb7..8b3fd52860 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", - "version": "2.4.0", + "version": "2.4.1", "bin": "renovate.js", "main": "lib/index.js", "scripts": { -- GitLab