Skip to content

Commit

Permalink
Update min version for versionless feature support to 24.0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Oct 8, 2024
1 parent 98dba95 commit 47c8a65
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.9";
private static final String MIN_VERSIONLESS_FEATURE_VERSION = "24.0.0.10";

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

0 comments on commit 47c8a65

Please sign in to comment.