Skip to content

Commit

Permalink
Update min version to 24.0.0.9 for versionless features
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Sep 16, 2024
1 parent 5d594c0 commit 8e6f427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public enum VerifyOption {
private static final String TO_USER = "usr";
private static final String MIN_USER_FEATURE_VERSION = "21.0.0.11";
private static final String MIN_VERIFY_FEATURE_VERSION = "23.0.0.9";
private static final String MIN_VERSIONLESS_FEATURE_VERSION = "24.0.0.8";
private static final String MIN_VERSIONLESS_FEATURE_VERSION = "24.0.0.9";

private String openLibertyVersion;
private static Boolean saveURLCacheStatus = null;
Expand Down

0 comments on commit 8e6f427

Please sign in to comment.