Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 11, 2024
1 parent 71952c6 commit 47064c8
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/gitversion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GitVersionTool extends DotnetTool {
return "GITVERSION_PATH";
}
get versionRange() {
return ">=5.2.0 <6.1.0";
return ">=6.1.0 <7.0.0";
}
get settingsProvider() {
return new GitVersionSettingsProvider(this.buildAgent);
Expand Down
Loading

0 comments on commit 47064c8

Please sign in to comment.