Skip to content

Commit

Permalink
Use version 1.7.1 of vRealize Build Tools by default
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Blagoev <[email protected]>
  • Loading branch information
nblagoev committed Oct 17, 2019
1 parent 3940cda commit 91488c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -252,4 +252,4 @@
"scripts": {
"preinstall": "node build/preinstall.js"
}
}
}

0 comments on commit 91488c1

Please sign in to comment.