Skip to content

Commit

Permalink
Increase minimum required API version
Browse files Browse the repository at this point in the history
  • Loading branch information
MateStrysewske committed Feb 22, 2024
1 parent 921c121 commit 61d4219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static String createLastCommitHistoryUrl(String gitRemoteOriginUrl, String commi
* @return
*/
public String getMinimumRequiredVersion() {
return "1.90.0";
return "1.94.0";
}

/**
Expand Down

0 comments on commit 61d4219

Please sign in to comment.