Skip to content

Commit

Permalink
Merge pull request #459 from cherylking/changeMinVersionForVersionles…
Browse files Browse the repository at this point in the history
…sFeatures

Update min version for versionless feature support to 24.0.0.10
  • Loading branch information
cherylking authored Oct 9, 2024
2 parents 98dba95 + 47c8a65 commit 5985f36
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 5985f36

Please sign in to comment.