Skip to content

Commit

Permalink
chore(sumo): updated validation regex for libsumo version
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Schweppenhäuser <[email protected]>
  • Loading branch information
schwepmo committed Jul 26, 2023
1 parent bcee4f6 commit 11e68e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class LibSumoAmbassador extends SumoAmbassador {

private static final String VALID_LIBSUMO_VERSIONS = "1\\.1[67]\\.";
private static final String VALID_LIBSUMO_VERSIONS = "1\\.1[678]\\.";

public LibSumoAmbassador(AmbassadorParameter ambassadorParameter) {
super(ambassadorParameter);
Expand Down

0 comments on commit 11e68e7

Please sign in to comment.