Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 22, 2024
1 parent 57b6e5e commit 214f10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/tools/libs/gitreleasemanager.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class GitReleaseManagerTool extends DotnetTool {
return "GITRELEASEMANAGER_PATH";
}
get versionRange() {
return ">=0.10.0 <0.18.0";
return ">=0.10.0 <0.20.0";
}
get settingsProvider() {
return new GitReleaseManagerSettingsProvider(this.buildAgent);
Expand Down
Loading

0 comments on commit 214f10e

Please sign in to comment.