We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fa1d2 commit f81cf69Copy full SHA for f81cf69
marklogic-data-hub/src/main/java/com/marklogic/hub/impl/DataHubImpl.java
@@ -250,8 +250,8 @@ public boolean isServerVersionValid(String versionString) {
250
return false;
251
}
252
boolean isNightly = versionString.matches("[^-]+-(\\d{4})(\\d{2})(\\d{2})");
253
- //Support any 9.0 version > 9.0-5 and all 10.0 versions.
254
+ //Support any 9.0 version >= 9.0-5.
255
int minor = 0;
256
int hotFixNum = 0;
257
0 commit comments