Skip to content

Commit

Permalink
GitTools#1184 - allow GRM versions up to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 22, 2024
1 parent e9ae5a5 commit bbd8a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gitreleasemanager/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class GitReleaseManagerTool extends DotnetTool {
}

get versionRange(): string | null {
return '>=0.10.0 <0.18.0'
return '>=0.10.0 <0.20.0'
}

get settingsProvider(): IGitReleaseManagerSettingsProvider {
Expand Down

0 comments on commit bbd8a34

Please sign in to comment.