Skip to content

Commit e708d01

Browse files
author
Charles Greer
committed
Update default version in HubConfigImpl
1 parent 7eab205 commit e708d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/impl/HubConfigImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ public DatabaseClient newModulesDbClient() {
10141014

10151015
// this lets debug builds work from an IDE
10161016
if (version.equals("${project.version}")) {
1017-
version = "0.1.2";
1017+
version = "3.0.0";
10181018
}
10191019
return version;
10201020
}

0 commit comments

Comments
 (0)