From 77c222f6e19ae10567cfaf75cab827e10a86f60b Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Wed, 18 Jan 2017 21:29:13 +0100 Subject: [PATCH] 6.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3335e8502c..bbc42fe4f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", - "version": "6.1.0", + "version": "6.2.0", "bin": "renovate.js", "main": "lib/index.js", "scripts": { -- GitLab