From 91488c18b7293b312f67444336d2d6a819f227c6 Mon Sep 17 00:00:00 2001 From: Nikolay Blagoev Date: Thu, 17 Oct 2019 15:50:49 +0300 Subject: [PATCH] Use version 1.7.1 of vRealize Build Tools by default Signed-off-by: Nikolay Blagoev --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 87d105bf..cbe05473 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "vrdev.buildTools.defaultVersion": { "type": "string", "required": false, - "default": "1.5.11", + "default": "1.7.1", "description": "The version of vRealize Build Tools to be used outside the context of a project (e.g. when onboarding project and running untitled actions).", "scope": "application" } @@ -252,4 +252,4 @@ "scripts": { "preinstall": "node build/preinstall.js" } -} \ No newline at end of file +}