Skip to content

Commit

Permalink
Use version 1.7.1 of vRealize Build Tools by default (#43)
Browse files Browse the repository at this point in the history
Use version 1.7.1 of vRealize Build Tools by default
  • Loading branch information
nblagoev authored Oct 17, 2019
2 parents 3940cda + 91488c1 commit 99c160d
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 99c160d

Please sign in to comment.